Index: src/gnet_props.ag
===================================================================
RCS file: /cvsroot/gtk-gnutella/gtk-gnutella-current/src/gnet_props.ag,v
retrieving revision 1.53
diff -u -r1.53 gnet_props.ag
--- src/gnet_props.ag	27 Feb 2003 14:21:56 -0000	1.53
+++ src/gnet_props.ag	28 Feb 2003 21:26:59 -0000
@@ -14,7 +14,7 @@
 
 prop = {
     name = "reading_hostfile";
-    desc = "Indicates wether the hostcache file is being read";
+    desc = "Indicates whether the hostcache file is being read";
     type = boolean;
     save = FALSE;
     data = {  
@@ -24,7 +24,7 @@
 
 prop = {
     name = "reading_ultrafile";
-    desc = "Indicates wether the ultracache file is being read";
+    desc = "Indicates whether the ultracache file is being read";
     type = boolean;
     save = FALSE;
     data = {  
@@ -83,11 +83,11 @@
 
 prop = {
     name = "max_connections";
-    desc = "Don't allow more that this number of connections to other "
+    desc = "Don't allow more than this number of connections to other "
            "servents.  As a rule of thumb you should reserve 1kb/s "
 	       "bandwidth per connection. Never use up all your bandwidth, "
 	       "leave a little space for TCP/IP overhead. It's not "
-           "advisable that you set this to a value larger then 10.";
+           "advisable that you set this to a value larger than 10.";
     type = guint32;
     data = {
         default = 4;
@@ -143,7 +143,7 @@
     name = "max_host_downloads";
     cfgvar = "max_simultaneous_host_downloads";
     desc = "Don't make more connections than given here to a single host "
-           "to download a file.  Be nice to others, and leave that at "
+           "to download a file.  Be nice to others, and leave it at "
 		   "the default value (1).";
     type = guint32;
     data = {
@@ -408,7 +408,7 @@
 
 prop = {
     name = "download_overlap_range";
-    desc = "Ammount of bytes to overlap when resuming a download. "
+    desc = "Amount of bytes to overlap when resuming a download. "
 		   "It should be at least 64 bytes for safe resuming, otherwise "
 		   "gtk-gnutella will not accept to resume a file for which we "
 		   "had no SHA1 known, after a server gives one back.";
@@ -448,9 +448,9 @@
 
 prop = {
     name = "search_reissue_timeout";
-    desc = "Ammount of seconds to wait before a search is issued again "
+    desc = "Amount of seconds to wait before a search is issued again "
            "to see if new results are available.  Be very careful with "
-		   "that parameter, and do not set it too low or you will damage "
+		   "this parameter, and do not set it too low or you will damage "
 		   "the Gnutella network.  A delay of half an hour is fine.";
     type = guint32;
     data = {
@@ -463,7 +463,7 @@
 prop = {
     name = "ban_ratio_fds";
     desc = "Maximum ratio of file descriptors reserved for banning. "
-		   "For instance, if your OS gives your 350 file descriptors, "
+		   "For instance, if your OS gives you 350 file descriptors, "
 		   "a ratio of 10 will reserve at most 35 file descriptors.  You "
 		   "should ensure you have around 100 file descriptors for "
 		   "efficient banning.";
@@ -535,7 +535,7 @@
 prop = {
     name = "node_sendqueue_size";
     desc = "Maximum size of the sendqueue for the nodes (in bytes). "
-           "Must be at lest 150% of the maximum message size";
+           "Must be at least 150% of the maximum message size";
     type = guint32;
     data = {
         default = 98304;
@@ -601,7 +601,7 @@
 prop = {
     name = "hard_ttl_limit";
     desc = "Maximum hard TTL limit (hops + TTL) on messages we relay.  This "
-		   "should be greater than the standard TTL=7, because it also "
+		   "should be greater than the standard TTL=7, because it is also "
 		   "applied to routed-back messages (query hits) that could be "
 		   "re-routed in case a connection is lost.  Standard broadcasted "
 		   "messages have their TTL limited by the maximum TTL you configure, "
@@ -1189,7 +1189,7 @@
 prop = {
     name = "bad_file_path";
     cfgvar = "move_corrupted_files_to";
-    desc = "Move corrupted downloaded files in this directory. "
+    desc = "Move corrupted, downloaded files to this directory. "
 		   "If this is set to the SAME directory as the incomplete or "
 		   "completed files, files will be renamed with a trailing .BAD";
     type = string;
@@ -1256,7 +1256,7 @@
 
 prop = {
     name = "use_swarming";
-    desc = "Wether or not to use swarming (recommended = YES)";
+    desc = "Whether or not to use swarming (recommended = YES)";
     type = boolean;
     data = {
         default = TRUE;
@@ -1300,7 +1300,7 @@
 
 prop = {
     name = "auto_download_identical";
-    desc = "Wether or not to automatically queue search results that "
+    desc = "Whether or not to automatically queue search results that "
 	   "match a file in the download queue";
     type = boolean;
     data = {
@@ -1438,7 +1438,7 @@
 
 prop = {
     name = "file_moving";
-    desc = "Whether gtk-gnutella is currently moving files accross "
+    desc = "Whether gtk-gnutella is currently moving files across "
            "filesystems or simply copying in the background";
     save = FALSE;
     type = boolean;
@@ -1460,7 +1460,7 @@
 
 prop = {
     name = "online_mode";
-    desc = "If deactivated only uploads and downloads will continue. All "
+    desc = "If deactivated, only uploads and downloads will continue. All "
            "gNet connections are disabled/terminated.";
     type = boolean;
     data = {
@@ -1473,7 +1473,7 @@
     desc = "Whether gtk-gnutella should make sure the server confirms the "
            "URN of the file we're requesting when it is known locally and "
 		   "a traditional request by name is used (i.e. gtk-gnutella is not "
-		   "issueing a /uri-res/N2R? request).  When set, it supersedes the "
+		   "issuing a /uri-res/N2R? request).  When set, it supersedes the "
 		   "optimistic first chunk setting.";
     type = boolean;
     data = {
@@ -1609,7 +1609,7 @@
 
 prop = {
     name = "dl_byte_count";
-    desc = "Amount of bytes downloaded so far, HTTP headers not withstanding.";
+    desc = "Amount of bytes downloaded so far, HTTP headers notwithstanding.";
 	save = FALSE;
     type = guint32;
     data = {
@@ -1619,7 +1619,7 @@
 
 prop = {
     name = "ul_byte_count";
-    desc = "Amount of bytes uploaded so far, HTTP headers not withstanding.";
+    desc = "Amount of bytes uploaded so far, HTTP headers notwithstanding.";
 	save = FALSE;
     type = guint32;
     data = {
@@ -1631,7 +1631,7 @@
     name = "pfsp_server";
     desc = "Whether gtk-gnutella should serve partial files whilst they are "
 			"still incompletely downloaded.  Recommended for network's health "
-			"unless you already share many files, in which case it does not "
+			"unless you already share many files, in which case it does no "
 			"harm to leave it in, but will not matter as much.";
     type = boolean;
     data = {
@@ -1660,7 +1660,7 @@
 			"purpose of this filtering is to remove entries whose names "
 			"are too different to be sensibly part of the same mesh. "
 			"When activated, your mesh will probably be more consistent "
-			"at the cost of extra CPU time, and at the cost of loosing "
+			"at the cost of extra CPU time, and at the cost of losing "
 			"some valid entries in the process.";
     type = boolean;
     data = {
