zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: 4.0.2: correct typos in params.c comments
@ 2002-01-25 12:51 Derek Peschel
  0 siblings, 0 replies; only message in thread
From: Derek Peschel @ 2002-01-25 12:51 UTC (permalink / raw)
  To: zsh-workers

I just happened to notice these while creating my other patches.

-- Derek



--- Src/params.c.orig	Thu Jan 24 18:33:52 2002
+++ Src/params.c	Thu Jan 24 19:21:04 2002
@@ -225,7 +225,7 @@
 #define IPDEF10(A,B,C) {NULL,A,PM_ARRAY|PM_SPECIAL,BR(NULL),SFN(C),GFN(B),stdunsetfn,10,NULL,NULL,NULL,0}
 
 /* The following parameters are not avaible in sh/ksh compatibility *
- * mode. All of these has sh compatible equivalents.                */
+ * mode. All of these have sh compatible equivalents.                */
 IPDEF1("ARGC", poundgetfn, nullintsetfn, PM_READONLY),
 IPDEF2("HISTCHARS", histcharsgetfn, histcharssetfn, PM_DONTIMPORT),
 IPDEF4("status", &lastval),
@@ -511,7 +511,7 @@
 
     /* Add the standard non-special parameters which have to    *
      * be initialized before we copy the environment variables. *
-     * We don't want to override whatever values the users has  *
+     * We don't want to override whatever values the user has   *
      * given them in the environment.                           */
     opts[ALLEXPORT] = 0;
     setiparam("MAILCHECK", 60);
@@ -3008,8 +3008,8 @@
     return 0;
 }
 
-/* Given *name = "foo", it searchs the environment for string *
- * "foo=bar", and returns a pointer to the beginning of "bar" */
+/* Given *name = "foo", it searches the environment for string *
+ * "foo=bar", and returns a pointer to the beginning of "bar"  */
 
 /**/
 mod_export char *
@@ -3167,7 +3167,7 @@
 /*
  * Convert a floating point value for output.
  * Unlike convbase(), this has its own internal storage and returns
- * a value from the heap;
+ * a value from the heap.
  */
 
 /**/


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-01-25 12:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-25 12:51 PATCH: 4.0.2: correct typos in params.c comments Derek Peschel

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).