Mercurial > gftp.yaz
changeset 561:b4667e14fd0c
2004-9-22 Brian Masney <masneyb@gftp.org>
* lib/options.h - fixed misspelling
author | masneyb |
---|---|
date | Thu, 23 Sep 2004 01:11:18 +0000 |
parents | 1ce11a3d9557 |
children | 6ecbd2afde47 |
files | ChangeLog lib/options.h |
diffstat | 2 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Thu Sep 23 01:04:32 2004 +0000 +++ b/ChangeLog Thu Sep 23 01:11:18 2004 +0000 @@ -1,4 +1,6 @@ 2004-9-22 Brian Masney <masneyb@gftp.org> + * lib/options.h - fixed misspelling + * lib/options.h src/uicommon/gftpui.c - added option to preserve the file time. In the past, it would save the file time if saving the file permissions was enabled. @@ -2846,7 +2848,7 @@ * cvsclean - added this script - * *.[ch] - added $Id: ChangeLog,v 1.325 2004/09/23 01:04:32 masneyb Exp $ tags + * *.[ch] - added $Id: ChangeLog,v 1.326 2004/09/23 01:11:18 masneyb Exp $ tags * debian/* - updated files from Debian maintainer
--- a/lib/options.h Thu Sep 23 01:04:32 2004 +0000 +++ b/lib/options.h Thu Sep 23 01:11:18 2004 +0000 @@ -115,7 +115,7 @@ {"retries", N_("Connect retries:"), gftp_option_type_int, GINT_TO_POINTER(3), NULL, GFTP_CVARS_FLAGS_SHOW_BOOKMARK, - N_("The number of auto-retries to do. Set this to 0 to retry indefinately"), + N_("The number of auto-retries to do. Set this to 0 to retry indefinitely"), GFTP_PORT_ALL, NULL}, {"sleep_time", N_("Retry sleep time:"), gftp_option_type_int, GINT_TO_POINTER(30), NULL,