fix a small typo ("wether" -> "whether") in the comments.

2007-06-23  Guilherme de S. Pastore  <gpastore@gnome.org>

	* gnome-about-me-password.c: fix a small typo ("wether" -> "whether")
	  in the comments.

svn path=/trunk/; revision=7766
This commit is contained in:
Guilherme de S. Pastore 2007-06-23 17:14:12 +00:00 committed by Guilherme de S. Pastore
parent 18cb9caa42
commit 939f2781ad
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-06-23 Guilherme de S. Pastore <gpastore@gnome.org>
* gnome-about-me-password.c: fix a small typo ("wether" -> "whether")
in the comments.
2007-04-30 Bastien Nocera <hadess@hadess.net>
* gnome-about-me.c: (about_me_update_photo): Use g_file_set_contents

View file

@ -64,7 +64,7 @@ typedef struct {
GtkImage *dialog_image;
GtkLabel *status_label;
/* Wether we have authenticated */
/* Whether we have authenticated */
gboolean authenticated;
/* Communication with the passwd program */