2011-01-07 Michael Snyder * charset.c (_initialize_charset): Fix typo in string. Index: charset.c =================================================================== RCS file: /cvs/src/src/gdb/charset.c,v retrieving revision 1.40 diff -u -p -r1.40 charset.c --- charset.c 7 Jan 2011 17:35:27 -0000 1.40 +++ charset.c 8 Jan 2011 03:58:26 -0000 @@ -993,7 +993,7 @@ Set the target character set."), _("\ Show the target character set."), _("\ The `target character set' is the one used by the program being debugged.\n\ GDB translates characters and strings between the host and target\n\ -character sets as needed.\n +character sets as needed.\n\ To see a list of the character sets GDB supports, type `set target-charset'"), set_target_charset_sfunc, show_target_charset_name,