From bc4ff3e0118b8d3d873197a0238fb3081eaceac2 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 25 Jan 2012 12:29:40 +0530 Subject: [PATCH] ... --- src/calibre/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/constants.py b/src/calibre/constants.py index 30f4df204a..f97bd94ae3 100644 --- a/src/calibre/constants.py +++ b/src/calibre/constants.py @@ -174,7 +174,7 @@ def get_unicode_windows_env_var(name): def get_windows_username(): ''' Return the user name of the currently loggen in user as a unicode string. - Note that usernames on windows are case insensitive, the acse of the value + Note that usernames on windows are case insensitive, the case of the value returned depends on what the user typed into the login box at login time. ''' import ctypes