User: dprice
Date: 05/06/03 09:06:09
Modified:
/ccvs/src/
ChangeLog, error.c
Log:
* error.c (error): Correct spelling and grammar in comment.
File Changes:
Directory: /ccvs/src/
=====================
File [changed]: ChangeLog
Url:
https://ccvs.cvshome.org/source/browse/ccvs/src/ChangeLog?r1=1.3208&r2=1.3209
Delta lines: +4 -0
-------------------
--- ChangeLog 3 Jun 2005 15:58:56 -0000 1.3208
+++ ChangeLog 3 Jun 2005 16:06:07 -0000 1.3209
@@ -1,5 +1,9 @@
2005-06-03 Derek Price <derek@xxxxxxxxxxx>
+ * error.c (error): Correct spelling and grammar in comment.
+
+2005-06-03 Derek Price <derek@xxxxxxxxxxx>
+
* modules.c (my_module), wrappers.c (wrap_add): Use new expand_path
API.
File [changed]: error.c
Url: https://ccvs.cvshome.org/source/browse/ccvs/src/error.c?r1=1.45&r2=1.46
Delta lines: +2 -2
-------------------
--- error.c 12 May 2005 16:23:53 -0000 1.45
+++ error.c 3 Jun 2005 16:06:07 -0000 1.46
@@ -164,8 +164,8 @@
/* Send the final message to the client or log it.
*
- * Set this recursion blocks first since this is the only function called
- * here which can cause error() to be caled a second time.
+ * Set this recursion block first since this is the only function called
+ * here which can cause error() to be called a second time.
*/
if (last_message) goto recursion_error;
last_message = buf2;
|