summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAtsushi SAKAI <sakaia@jp.fujitsu.com>2016-08-23 21:28:43 +0900
committerAlexis Lee <lxsli@hpe.com>2016-08-23 12:39:13 +0000
commit3fa753d752108c2d70197139d026941565f61025 (patch)
tree6d8e7903e5cbf6cbc582c5010199b3a5d7c9c622 /doc
parent573e049edd9b565fe0282725f68ef71b2ebb5527 (diff)
downloadoslo-log-3fa753d752108c2d70197139d026941565f61025.tar.gz
Fix typos
osli => oslo respository => repository demostrates => demonstrates Change-Id: I76badc9f5852fafaff627770b11c5948ae1cffd7
Diffstat (limited to 'doc')
-rw-r--r--doc/source/examples.rst6
-rw-r--r--doc/source/examples/usage.py2
-rw-r--r--doc/source/examples/usage_context.py2
-rw-r--r--doc/source/examples/usage_helper.py2
-rw-r--r--doc/source/examples/usage_i18n.py2
-rw-r--r--doc/source/usage.rst2
6 files changed, 8 insertions, 8 deletions
diff --git a/doc/source/examples.rst b/doc/source/examples.rst
index 007ee48..c6a59a8 100644
--- a/doc/source/examples.rst
+++ b/doc/source/examples.rst
@@ -5,10 +5,10 @@
.. _examples:
These files can be found in the docs/source/examples directory of
-the git source of this project. They can also be found at the
-`online git respository`_ of this project.
+the git source of this project. They can also be found in the
+`online git repository`_ of this project.
-.. _online git respository: http://git.openstack.org/cgit/openstack/oslo.log/tree/doc/source/examples
+.. _online git repository: http://git.openstack.org/cgit/openstack/oslo.log/tree/doc/source/examples
python_logging.py
diff --git a/doc/source/examples/usage.py b/doc/source/examples/usage.py
index 1afcd36..155d533 100644
--- a/doc/source/examples/usage.py
+++ b/doc/source/examples/usage.py
@@ -19,7 +19,7 @@ This example requires the following package to be installed.
$ pip install oslo.log
Additional Oslo packages installed include oslo.config, oslo.context,
-oslo.i18n, osli.serialization and oslo.utils.
+oslo.i18n, oslo.serialization and oslo.utils.
More information about Oslo Logging can be found at:
diff --git a/doc/source/examples/usage_context.py b/doc/source/examples/usage_context.py
index 15a3c07..dc449c5 100644
--- a/doc/source/examples/usage_context.py
+++ b/doc/source/examples/usage_context.py
@@ -19,7 +19,7 @@ This example requires the following package to be installed.
$ pip install oslo.log
Additional Oslo packages installed include oslo.config, oslo.context,
-oslo.i18n, osli.serialization and oslo.utils.
+oslo.i18n, oslo.serialization and oslo.utils.
More information about Oslo Logging can be found at:
diff --git a/doc/source/examples/usage_helper.py b/doc/source/examples/usage_helper.py
index dcd76eb..4a27485 100644
--- a/doc/source/examples/usage_helper.py
+++ b/doc/source/examples/usage_helper.py
@@ -19,7 +19,7 @@ This example requires the following package to be installed.
$ pip install oslo.log
Additional Oslo packages installed include oslo.config, oslo.context,
-oslo.i18n, osli.serialization and oslo.utils.
+oslo.i18n, oslo.serialization and oslo.utils.
More information about Oslo Logging can be found at:
diff --git a/doc/source/examples/usage_i18n.py b/doc/source/examples/usage_i18n.py
index 5961b75..59dac7f 100644
--- a/doc/source/examples/usage_i18n.py
+++ b/doc/source/examples/usage_i18n.py
@@ -18,7 +18,7 @@ This example requires the following package to be installed.
$ pip install oslo.log
Additional Oslo packages installed include oslo.config, oslo.context,
-oslo.i18n, osli.serialization and oslo.utils.
+oslo.i18n, oslo.serialization and oslo.utils.
More information about Oslo Logging can be found at:
diff --git a/doc/source/usage.rst b/doc/source/usage.rst
index a6ebf9a..d1a74da 100644
--- a/doc/source/usage.rst
+++ b/doc/source/usage.rst
@@ -8,7 +8,7 @@ In an Application
=================
When using `Python's standard logging library`_ the following minimal setup
-demostrates basic logging.
+demonstrates basic logging.
.. _Python's standard logging library: https://docs.python.org/2/library/logging.html