diff options
author | Elizabeth Greene <nerdygirl_ellie@yahoo.com> | 2007-04-10 12:17:08 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2007-04-10 12:17:08 +0800 |
commit | 7d251fc09f285a735ac7f4c61a85ce319a59a609 (patch) | |
tree | 87a34ec239c1f1b4255e6b29ca5991ec0fd43b7f /addressbook/tools | |
parent | b52704ab182ab203aa6cd5858df234d6a7f7624c (diff) | |
download | gsoc2013-evolution-7d251fc09f285a735ac7f4c61a85ce319a59a609.tar.gz gsoc2013-evolution-7d251fc09f285a735ac7f4c61a85ce319a59a609.tar.zst gsoc2013-evolution-7d251fc09f285a735ac7f4c61a85ce319a59a609.zip |
** Fix for bug #426743. Corrected typo "asychronous".
2007-04-10 Elizabeth Greene <nerdygirl_ellie@yahoo.com>
** Fix for bug #426743.
* addressbook/tools/evolution-addressbook-export.c:
Corrected typo "asychronous".
svn path=/trunk/; revision=33415
Diffstat (limited to 'addressbook/tools')
-rw-r--r-- | addressbook/tools/evolution-addressbook-export.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/tools/evolution-addressbook-export.c b/addressbook/tools/evolution-addressbook-export.c index 070436dc0d..ee157b74df 100644 --- a/addressbook/tools/evolution-addressbook-export.c +++ b/addressbook/tools/evolution-addressbook-export.c @@ -60,7 +60,7 @@ main (int argc, char **argv) {"format", '\0', POPT_ARG_STRING, &output_format, 0, N_("Show cards as vcard or csv file"), N_("[vcard|csv]")}, {"async", 'a', POPT_ARG_NONE, &async_mode, 0, N_("Export in asynchronous mode"), NULL}, {"size", '\0', POPT_ARG_INT, &file_size, 0, - N_("The number of cards in one output file in asychronous mode, default size 100."), N_("NUMBER")}, + N_("The number of cards in one output file in asynchronous mode, default size 100."), N_("NUMBER")}, {NULL, '\0', 0, NULL, 0, NULL, NULL} }; /* popttable end ** */ |