rse 99/08/08 10:38:47
Modified: src/ap ap_base64.c
Log:
typos while poking around....
Revision Changes Path
1.2 +1 -1 apache-1.3/src/ap/ap_base64.c
Index: ap_base64.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/ap/ap_base64.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ap_base64.c 1999/08/08 16:12:58 1.1
+++ ap_base64.c 1999/08/08 17:38:45 1.2
@@ -55,7 +55,7 @@
*
*/
-/* * base64 encoder/decoder. Origianly part of main/util.c
+/* base64 encoder/decoder. Originally part of main/util.c
* but moved here so that support/ab and ap_sha1.c could
* use it. This mean (re)moving the ap_palloc()s. And adding
* ugly 'len' functions. Which is quite a nasty cost.