summaryrefslogtreecommitdiffhomepage
path: root/dev/examples
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-08-27 12:41:09 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-08-27 12:41:09 +0200
commitc4f4155f6f5a30641180050a1a5ea8967f6392fa (patch)
treef08c8bff002eecbdceba297e72a8842487a6b686 /dev/examples
parentb4f35dbe44e07b597c3e7bb6d7562757069a7cb4 (diff)
feat: final refactors (SOCL -> OCL)
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/examples')
-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>
)";