From 7d251fc09f285a735ac7f4c61a85ce319a59a609 Mon Sep 17 00:00:00 2001 From: Elizabeth Greene Date: Tue, 10 Apr 2007 04:17:08 +0000 Subject: ** Fix for bug #426743. Corrected typo "asychronous". 2007-04-10 Elizabeth Greene ** Fix for bug #426743. * addressbook/tools/evolution-addressbook-export.c: Corrected typo "asychronous". svn path=/trunk/; revision=33415 --- addressbook/tools/evolution-addressbook-export.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/tools/evolution-addressbook-export.c') 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 ** */ -- cgit