]> git.feebdaed.xyz Git - 0xmirror/civetweb.git/commitdiff
Fixed typos where CivetWeb was spelled CiwetWeb
authorGeeoon Chung <geeoon13@gmail.com>
Mon, 7 Jul 2025 22:44:10 +0000 (17:44 -0500)
committerGeeoon Chung <geeoon13@gmail.com>
Mon, 7 Jul 2025 22:44:10 +0000 (17:44 -0500)
README.md
test/page4.lp
test/page4kepler.lp

index dae058791bd64e29498bd7ef963cf1b245dac4de..c3e6f0ce501452e686d23ff84a0dc122e9062456 100644 (file)
--- a/README.md
+++ b/README.md
@@ -182,7 +182,7 @@ CivetWeb is based on the [Mongoose project](https://github.com/cesanta/mongoose)
 Sergey Lyubka(2004-2013) who released it under the MIT license.
 However, on August 16, 2013,
 [Mongoose was relicensed to a dual GPL V2 + commercial license](https://groups.google.com/forum/#!topic/mongoose-users/aafbOnHonkI)
-and CiwetWeb was created by Thomas Davis (sunsetbrew) as "the MIT fork of mongoose".
+and CivetWeb was created by Thomas Davis (sunsetbrew) as "the MIT fork of mongoose".
 The license change and CivetWeb fork was mentioned on the Mongoose
 [Wikipedia](https://en.wikipedia.org/wiki/Mongoose_(web_server))
 page as well, but it's getting deleted (and added again) there every
index 523749078a0b8db4ee2aba5b8282372133fe013e..7a4934e365cf5a68b5aca83355f3633c83e0cd18 100644 (file)
@@ -22,10 +22,10 @@ the "Kepler syntax" uses <code>&lt;?lua chunk ?&gt;</code>, <code>&lt;?lua= expr
 <h2>Tags</h2>
 
 <code>
-&lt;? greeting = 'CiwetWeb' ?&gt;<br/>
+&lt;? greeting = 'CivetWeb' ?&gt;<br/>
 &lt;strong&gt;&lt;?= greeting %&gt;&lt;/strong&gt;<br/>
 </code><br/>
-<? greeting = 'CiwetWeb' ?>
+<? greeting = 'CivetWeb' ?>
 ==> <strong><?= greeting ?></strong><br/>
 
 <br/>
index 8a986b5dc5958cfa16f37942ea857b15ba7d4959..a7054897f05553847195ff30ec858651fd06be69 100644 (file)
@@ -19,10 +19,10 @@ the "Kepler syntax" uses <code>&lt;?lua chunk ?&gt;</code>, <code>&lt;?lua= expr
 <h2>Tags</h2>
 
 <code>
-&lt;? greeting = 'CiwetWeb' ?&gt;<br/>
+&lt;? greeting = 'CivetWeb' ?&gt;<br/>
 &lt;strong&gt;&lt;?= greeting %&gt;&lt;/strong&gt;<br/>
 </code><br/>
-<? greeting = 'CiwetWeb' ?>
+<? greeting = 'CivetWeb' ?>
 ==> <strong><?= greeting ?></strong><br/>
 
 <br/>