From 709e7654bc85043ffa763598187a2ccf50b3adab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20=28kix=29?= Date: Mon, 9 Sep 2013 09:50:58 +0200 Subject: [PATCH] Small typo with the word attempts This patch changes the word attemps to attempts in src/dock.c --- src/dock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dock.c b/src/dock.c index 69bebde8..fd45c1e4 100644 --- a/src/dock.c +++ b/src/dock.c @@ -4284,7 +4284,7 @@ static char * findUniqueName(WScreen *scr, const char *instance_basename) } if (i == UNIQUE_NAME_WATCHDOG) - wwarning("Couldn't find a unique name for drawer in %d attemps.", i); + wwarning("Couldn't find a unique name for drawer in %d attempts.", i); #undef UNIQUE_NAME_WATCHDOG return buffer;