summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdan David <edand@mellanox.com>2016-06-02 01:22:34 -0400
committerEdan David <edand@mellanox.com>2016-06-02 01:23:59 -0400
commita71fe96dbab4510cc657f474c3b63a17bfa95bc9 (patch)
tree382f6727e447f3f7d723826b75b956c3394efae7
parentd1716100a992bdbf96793369cfc961af1c56b19a (diff)
downloadoslo-db-a71fe96dbab4510cc657f474c3b63a17bfa95bc9.tar.gz
Fix typo: 'olso' to 'oslo'
Change-Id: I1f09eac652f7887d57da5c8d5d1245b0e1d96dd5
-rw-r--r--releasenotes/source/conf.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py
index 669f9e1..d3b9315 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -190,7 +190,7 @@ html_static_path = ['_static']
# html_file_suffix = None
# Output file base name for HTML help builder.
-htmlhelp_basename = 'olso.configReleaseNotesdoc'
+htmlhelp_basename = 'oslo.configReleaseNotesdoc'
# -- Options for LaTeX output ---------------------------------------------
@@ -210,8 +210,8 @@ latex_elements = {
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
- ('index', 'olso.configReleaseNotes.tex',
- u'olso.db Release Notes Documentation',
+ ('index', 'oslo.configReleaseNotes.tex',
+ u'oslo.db Release Notes Documentation',
u'oslo.db Developers', 'manual'),
]
@@ -241,7 +241,7 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
- ('index', 'olso.configreleasenotes',
+ ('index', 'oslo.configreleasenotes',
u'oslo.db Release Notes Documentation',
[u'oslo.db Developers'], 1)
]
@@ -258,7 +258,7 @@ man_pages = [
texinfo_documents = [
('index', 'oslo.dbReleaseNotes',
u'oslo.db Release Notes Documentation',
- u'oslo.db Developers', 'olso.configReleaseNotes',
+ u'oslo.db Developers', 'oslo.configReleaseNotes',
'An OpenStack library for parsing configuration options from the command'
' line and configuration files.',
'Miscellaneous'),