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:
parent
18cb9caa42
commit
939f2781ad
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue