summaryrefslogtreecommitdiff
path: root/src/nautilus-main.c
diff options
context:
space:
mode:
authorA. Walton <awalton@gnome.org>2009-01-21 02:12:01 +0000
committerAndrew Walton <awalton@src.gnome.org>2009-01-21 02:12:01 +0000
commit491494fcbd40f5f6f9a429b4249b2eb3e3ef2772 (patch)
treed1fbbfa0fdbdab231d48f06d94a9b830c4e0c5ea /src/nautilus-main.c
parent3f92a3859373035b887ea4a670e10d58bf0846d5 (diff)
downloadnautilus-491494fcbd40f5f6f9a429b4249b2eb3e3ef2772.tar.gz
Bug 568503 – Misspelled word "progam"->"program"
2009-01-20 A. Walton <awalton@gnome.org> * src/nautilus-main.c (main): Bug 568503 – Misspelled word "progam"->"program" svn path=/trunk/; revision=14871
Diffstat (limited to 'src/nautilus-main.c')
-rw-r--r--src/nautilus-main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-main.c b/src/nautilus-main.c
index 6ef31bbdc..d9fc094c1 100644
--- a/src/nautilus-main.c
+++ b/src/nautilus-main.c
@@ -326,7 +326,7 @@ main (int argc, char *argv[])
N_("Perform a quick set of self-check tests."), NULL },
#endif
{ "version", '\0', 0, G_OPTION_ARG_NONE, &version,
- N_("Show the version of the progam."), NULL },
+ N_("Show the version of the program."), NULL },
{ "geometry", 'g', 0, G_OPTION_ARG_STRING, &geometry,
N_("Create the initial window with the given geometry."), N_("GEOMETRY") },
{ "no-default-window", 'n', 0, G_OPTION_ARG_NONE, &no_default_window,