Repository: logging-log4net Updated Branches: refs/heads/develop f5fdf89fd -> 8ba06aaad
(doc) Fix name of class LogicalThreadContext Fix name of class LogicalThreadContext in Scopes section, words were reversed. Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/eb28ef3c Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/eb28ef3c Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/eb28ef3c Branch: refs/heads/develop Commit: eb28ef3c640119d11b0cb2b867214556f0d9bf88 Parents: f5fdf89 Author: Marcel Gosselin <marcel.gosse...@gmail.com> Authored: Wed Jun 28 23:07:18 2017 -0400 Committer: Stefan Bodewig <bode...@apache.org> Committed: Thu Jun 29 06:02:13 2017 +0200 ---------------------------------------------------------------------- src/site/xdoc/release/manual/contexts.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/eb28ef3c/src/site/xdoc/release/manual/contexts.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/release/manual/contexts.xml b/src/site/xdoc/release/manual/contexts.xml index a026bf6..54cf328 100644 --- a/src/site/xdoc/release/manual/contexts.xml +++ b/src/site/xdoc/release/manual/contexts.xml @@ -74,7 +74,7 @@ limitations under the License. </tr> <tr align="left"> <td>Logical Thread</td> - <td><span class="code">log4net.ThreadLogicalContext</span></td> + <td><span class="code">log4net.LogicalThreadContext</span></td> <td> The logical thread context is visible to a logical thread. Logical threads can jump from one managed thread to another. For more details