# HG changeset patch # User masneyb # Date 1095901878 0 # Node ID b4667e14fd0c88fddca176fa222796cb18fb6edd # Parent 1ce11a3d95578d1bb406ba9e4ab7d3185d5082f5 2004-9-22 Brian Masney * lib/options.h - fixed misspelling diff -r 1ce11a3d9557 -r b4667e14fd0c ChangeLog --- 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 + * 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 diff -r 1ce11a3d9557 -r b4667e14fd0c lib/options.h --- 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,