[tools] testbot/SetWinLocale: Fix a typo in the usage message.

Francois Gouget fgouget at codeweavers.com
Thu Dec 23 10:28:53 CST 2021


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/bin/SetWinLocale | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/bin/SetWinLocale b/testbot/bin/SetWinLocale
index 2de673360f..0ab7f935d2 100755
--- a/testbot/bin/SetWinLocale
+++ b/testbot/bin/SetWinLocale
@@ -447,7 +447,7 @@ if (defined $Usage)
   print "  --locale USR   Specifies the user formats (see --defaults).\n";
   print "                 . Windows 10 GUI: Time & language -> Region -> Regional\n";
   print "                   format.\n";
-  print "                 . APIs: UserDefaultLCID(), GetThreadLocale().\n";
+  print "                 . APIs: GetUserDefaultLCID(), GetThreadLocale().\n";
   print "  --system SYS   Specifies the system locale (see --defaults).\n";
   print "                 . Only takes effect after a reboot.\n";
   print "                 . Windows 10 GUI: Time & language -> Language ->\n";
-- 
2.30.2




More information about the wine-devel mailing list