diff --git a/folks/individual-aggregator.vala b/folks/individual-aggregator.vala index c4d5e4b74884f0120005d6058670649b5bbd1d2d..13e052c5eab4ea20e6870cebaf9fff3921f0a17a 100644 --- a/folks/individual-aggregator.vala +++ b/folks/individual-aggregator.vala @@ -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.