From f594956dfbc328498b173c0c3fb61556963ef0b7 Mon Sep 17 00:00:00 2001 From: onefang Date: Sun, 17 Jul 2022 14:41:03 +1000 Subject: More spellung foxed. --- example/config/config.ini | 4 ++-- example/var/www/html/footer.html | 2 +- src/sledjchisl/README | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example/config/config.ini b/example/config/config.ini index f288369..2ff18dc 100644 --- a/example/config/config.ini +++ b/example/config/config.ini @@ -2,8 +2,8 @@ ; will use throughout our configuration. We will provide examples for ; setting the base url of the ROBUST server and the public and private ports ; it uses. Changing the values of the constants will set the operating -; parameters thoughout the configuration. Other constants that may prove -; to be useful may be added to the followin section. They may be +; parameters throughout the configuration. Other constants that may prove +; to be useful may be added to the following section. They may be ; referenced anywhere in the configuration by using ${Const|Name}. One ; such use is providing a base path for setting locations that ROBUST ; uses to write data. diff --git a/example/var/www/html/footer.html b/example/var/www/html/footer.html index dd75b52..d3a7275 100644 --- a/example/var/www/html/footer.html +++ b/example/var/www/html/footer.html @@ -1,7 +1,7 @@
-

statisitics

+

statistics

diff --git a/src/sledjchisl/README b/src/sledjchisl/README index 31a4b30..18ef6ef 100644 --- a/src/sledjchisl/README +++ b/src/sledjchisl/README @@ -36,7 +36,7 @@ After much research, FastCGI / FCGI seems to be the most portable way of interfacing with existing web servers. FCGI protocol closes STDERR and STDOUT, and uses STDIN as it's two way communications channel to the web server, so our FCGI module can't be used as the text management front -end. This is probably a good idea to keep them seperate anyway, for +end. This is probably a good idea to keep them separate anyway, for security, coz the web server is exposed to the world, the console isn't. Currently sledjchisl.c tests to see if it's running in tmux already, if @@ -58,7 +58,7 @@ How to install it. ------------------ It's all still partly written, un-released, and experimental at the -moment. So thes are just rough notes about what is needed. +moment. So these are just rough notes about what is needed. There are two parts, the OpenSim runner part and the web pages part. The OpenSim runner part requjires the rest of opensim-SC to be installed, -- cgit v1.1