bdelacretaz 2003/04/29 23:55:48
Modified: src/webapp not-found.xml
Log:
Bugzilla Bug 19462, typo corrected
Revision Changes Path
1.2 +3 -4 cocoon-2.1/src/webapp/not-found.xml
Index: not-found.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/webapp/not-found.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- not-found.xml 1 Apr 2003 21:25:10 -0000 1.1
+++ not-found.xml 30 Apr 2003 06:55:48 -0000 1.2
@@ -6,7 +6,6 @@
+-->
<welcome>
<message>
- Sorry, Cocoon coudln't find the resource you requested.
+ Sorry, Cocoon couldn't find the resource you requested.
</message>
-
-</welcome>
\ No newline at end of file
+</welcome>
|