From: <log...@li...> - 2023-05-01 17:26:14
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Log4cpp Git repository.". The branch, master has been updated via 2de43a2889e475c12329f554d975c9a922c779ee (commit) from 4d839263f6dad9df3e725c339d1c9b5a3e60850c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://sourceforge.net/p/log4cpp/codegit/ci/ commit 2de43a2889e475c12329f554d975c9a922c779ee Author: Alexander Perepelkin <san...@us...> Date: Mon May 1 20:24:49 2023 +0300 Fix typos in index.html diff --git a/doc/html/index.html b/doc/html/index.html index fc193af..55cde12 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -96,7 +96,7 @@ that support it. Simply do: </p> <pre class="code">./configure<br>make<br>make check<br>make install<br></pre> <p>This will install log4cpp under /usr/local. To install in -another localation specify --prefix=<location> when +another location specify --prefix=<location> when running configure. </p> <h3>Options for ./configure</h3> @@ -150,7 +150,7 @@ documentation.</dd> <dl> <dt> --enable-dot</dt> <dd>Let Doxygen use the 'dot' tool of GraphViz (<a href="http://www.graphviz.org/">http://www.graphviz.org</a>) -todraw its graphs.</dd> +to draw its graphs.</dd> </dl> <dl> <dt>--disable-remote-syslog </dt> @@ -165,7 +165,7 @@ todraw its graphs.</dd> <h3>Build notes for specific platforms</h3> <dl> <dt>*nix - g++ compiler</dt> -<dd>Log4cpp should build whitout modification on any decent +<dd>Log4cpp should build without modification on any decent *nix system with g++ and GNU make. The primary development platform is RedHat Linux 7.3, which has g++ 2.96-rh, but the aim is to be compatible with from g++ 2.95 and up. When g++ 3.x has been widely @@ -208,7 +208,7 @@ code.</dd> <dd>Use './configure; make; make install'.<br> Be warned that there have been very few success or failure reports for this platform, -so either it works very smoothly or noone actively uses log4cpp with + so either it works very smoothly or noone actively uses log4cpp with Cygwin :-) </dd> </dl> @@ -228,7 +228,7 @@ directory) one by one by the following command, ...etc<br> Please substitute a correct path for your include directory. A unix-style directory name is requied in the /include parameter. -In this example, the pathis A1$DKBO:[USER.TONY.PROJECT.LOG4CPP.INCLUDE]<br> +In this example, the path is A1$DKBO:[USER.TONY.PROJECT.LOG4CPP.INCLUDE]<br> A repository directory is also specified here as A1$DKB0:[USER.TONY.PROJECT.LOG4CPP.REPOSITORY].<br> </dd> ----------------------------------------------------------------------- Summary of changes: doc/html/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) hooks/post-receive -- Log4cpp Git repository. |