diff options
author | cardpuncher <[email protected]> | 2012-10-09 15:05:18 +0300 |
---|---|---|
committer | cardpuncher <[email protected]> | 2012-10-09 15:05:18 +0300 |
commit | 216dc4ca0d02d163069348bebacb20785f4a79a4 (patch) | |
tree | 0e5a16d284e2e6d8a7594036073101b0797fb035 /geyes/geyes.c | |
parent | ba4817ca9666d8173ba26bad2e7288e7b188533d (diff) | |
download | mate-applets-216dc4ca0d02d163069348bebacb20785f4a79a4.tar.bz2 mate-applets-216dc4ca0d02d163069348bebacb20785f4a79a4.tar.xz |
Typo fix in geyes/geyes.c
Fix a typo in documentation credits which was probably introduced during the automatic renaming with sed.
Diffstat (limited to 'geyes/geyes.c')
-rw-r--r-- | geyes/geyes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/geyes/geyes.c b/geyes/geyes.c index 3766744a..d8ceb39d 100644 --- a/geyes/geyes.c +++ b/geyes/geyes.c @@ -182,7 +182,7 @@ about_cb (GtkAction *action, const gchar *documenters[] = { "Arjan Scherpenisse <[email protected]>", "Telsa Gwynne <[email protected]>", - "Sun MATE Documentation Team <[email protected]>", + "Sun GNOME Documentation Team <[email protected]>", NULL }; |