summaryrefslogtreecommitdiffhomepage
path: root/dev/examples/cgi/cgi.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dev/examples/cgi/cgi.cc')
-rw-r--r--dev/examples/cgi/cgi.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/examples/cgi/cgi.cc b/dev/examples/cgi/cgi.cc
index e594c4b..692f90c 100644
--- a/dev/examples/cgi/cgi.cc
+++ b/dev/examples/cgi/cgi.cc
@@ -11,7 +11,7 @@ static ocl::basic_chunk_string<char> text_sample = R"(
<html>
<head>
<meta charset="UTF-8">
- <title>Error | SOCL</title>
+ <title>Error | OCL</title>
<style>
body {
font-family: monospace;
@@ -59,7 +59,7 @@ static ocl::basic_chunk_string<char> text_sample = R"(
<tr><td colspan="3"><hr></td></tr>
</table>
- <address>SOCL's Common Gateway Server.</address>
+ <address>OCL's Common Gateway Server.</address>
</body>
</html>
)";