fix spelling error in schema.

2002-03-29  Jody Goldberg <jody@gnome.org>

	* gnome-settings-accessibility-keyboard.c (set_server_from_gconf) :
	  fix spelling error in schema.
This commit is contained in:
Jody Goldberg 2002-03-29 22:30:40 +00:00 committed by Jody Goldberg
parent 24462c0abf
commit 84332cb647
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2002-03-29 Jody Goldberg <jody@gnome.org>
* gnome-settings-accessibility-keyboard.c (set_server_from_gconf) :
fix spelling error in schema.
* gnome-settings-font.c (load_cursor) : add missing NULL terminator.
* gnome-settings-keyboard.c (apply_settings) : click volume is an

View file

@ -33,7 +33,7 @@
# include <X11/XKBlib.h>
# include <X11/extensions/XKBstr.h>
#define CONFIG_ROOT "/desktop/gnome/accesibility/keyboard"
#define CONFIG_ROOT "/desktop/gnome/accessibility/keyboard"
#ifdef DEBUG_ACCESSIBILITY
#define d(str) fprintf (stderr, str)