From 7fd2ec2764d342ede63c78e3fb4f0281dfb2676f Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Sat, 24 Nov 2012 12:48:33 +0000 Subject: [PATCH] individual-aggregator: Fix a typo in a documentation comment --- folks/individual-aggregator.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/folks/individual-aggregator.vala b/folks/individual-aggregator.vala index c4d5e4b..13e052c 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. -- 2.7.4