Fix a typo in the IndividualAggregator.individuals_changed docs.
authorTravis Reitter <travis.reitter@collabora.co.uk>
Thu, 30 Jun 2011 23:03:24 +0000 (16:03 -0700)
committerTravis Reitter <travis.reitter@collabora.co.uk>
Thu, 30 Jun 2011 23:03:24 +0000 (16:03 -0700)
folks/individual-aggregator.vala

index 0e8ec1e..779b11b 100644 (file)
@@ -139,7 +139,7 @@ public class Folks.IndividualAggregator : Object
    * This will not be emitted until after {@link IndividualAggregator.prepare}
    * has been called.
    *
-   * @param added a list of {@link Individual}s which have been removed
+   * @param added a list of {@link Individual}s which have been added
    * @param removed a list of {@link Individual}s which have been removed
    * @param message a string message from the backend, if any
    * @param actor the {@link Persona} who made the change, if known