individual-aggregator: Fix a typo in a documentation comment
authorPhilip Withnall <philip@tecnocode.co.uk>
Sat, 24 Nov 2012 12:48:33 +0000 (12:48 +0000)
committerPhilip Withnall <philip@tecnocode.co.uk>
Sat, 24 Nov 2012 12:48:33 +0000 (12:48 +0000)
folks/individual-aggregator.vala

index c4d5e4b..13e052c 100644 (file)
@@ -291,7 +291,7 @@ public class Folks.IndividualAggregator : Object
    * Create a new IndividualAggregator with a custom {@link BackendStore}.
    *
    * This behaves the same as the default constructor for 
-   * {@link IndivdiualAggregator}, but uses the given {@link BackendStore}
+   * {@link IndividualAggregator}, but uses the given {@link BackendStore}
    * rather than the default one.
    *
    * @param store the {@link BackendStore} to use instead of the default one.