Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: 4.0.2: correct typos in params.c comments
- X-seq: zsh-workers 16493
- From: Derek Peschel <dpeschel@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: 4.0.2: correct typos in params.c comments
- Date: Fri, 25 Jan 2002 04:51:02 -0800
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
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.
*/
/**/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author