From 414ac716c6d3d93c01687bf2a5592caedff35c0d Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 21 Jan 2015 15:37:27 +0100 Subject: [PATCH] applet: Fix typo in "cuurent" --- src/applet/applet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applet/applet.c b/src/applet/applet.c index f73ad74..1c3865c 100644 --- a/src/applet/applet.c +++ b/src/applet/applet.c @@ -488,7 +488,7 @@ static void new_dir_exists(GList **new_dirs) * DIR2 - Current dir list has new element. IOW: new dir exists! * Advance only current dirlist ptr. * DIR3 - Only old list has element. Advance only old ptr. - * DIR4 ==== - Old list ended, cuurent one didn't. New dir exists! + * DIR4 ==== - Old list ended, current one didn't. New dir exists! * ==== */ GList *l1 = dirlist = g_list_sort(dirlist, (GCompareFunc)strcmp); -- 1.9.3