From: "Rodolfo García Peñas (kix)" <[email protected]>
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 902ac2e..14b34f4 100644
--- a/src/dock.c
+++ b/src/dock.c
@@ -4287,7 +4287,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;
--
1.7.10.4
--
To unsubscribe, send mail to [email protected].