Blame SOURCES/BZ-1339168-yum-cron-conf-typo.patch

eb5f31
commit 4596a105fefc769d1d6df547f3bd172a53bf7a53
eb5f31
Author: Ville Skyttä <ville.skytta@iki.fi>
eb5f31
Date:   Fri Jan 24 16:34:35 2014 +0200
eb5f31
eb5f31
    s/ouput/output/ typo fixes
eb5f31
eb5f31
diff --git a/docs/sphinxdocs/rstgenerator.py b/docs/sphinxdocs/rstgenerator.py
eb5f31
index ad24788..4a0bca0 100755
eb5f31
--- a/docs/sphinxdocs/rstgenerator.py
eb5f31
+++ b/docs/sphinxdocs/rstgenerator.py
eb5f31
@@ -12,7 +12,7 @@ def generateFile(input_directory, file_name, output_directory,
eb5f31
        source code file
eb5f31
     :param file_name: the name of the python source code file to generate
eb5f31
        a sphinx rst file describing
eb5f31
-    :param ouput_directory: a string specifying the directory where
eb5f31
+    :param output_directory: a string specifying the directory where
eb5f31
        the generated rst file should be placed.  If *output_directory* does
eb5f31
        not already exist, it will be created
eb5f31
     :param package_heirarchy: a list of strings, where each name is
eb5f31
diff --git a/etc/yum-cron-hourly.conf b/etc/yum-cron-hourly.conf
eb5f31
index 7871a46..2a588cd 100644
eb5f31
--- a/etc/yum-cron-hourly.conf
eb5f31
+++ b/etc/yum-cron-hourly.conf
eb5f31
@@ -42,7 +42,7 @@ emit_via = stdio
eb5f31
 
eb5f31
 # The width, in characters, that messages that are emitted should be
eb5f31
 # formatted to.
eb5f31
-ouput_width = 80
eb5f31
+output_width = 80
eb5f31
 
eb5f31
 
eb5f31
 [email]
eb5f31
diff --git a/etc/yum-cron.conf b/etc/yum-cron.conf
eb5f31
index b0f7839..7314fae 100644
eb5f31
--- a/etc/yum-cron.conf
eb5f31
+++ b/etc/yum-cron.conf
eb5f31
@@ -42,7 +42,7 @@ emit_via = stdio
eb5f31
 
eb5f31
 # The width, in characters, that messages that are emitted should be
eb5f31
 # formatted to.
eb5f31
-ouput_width = 80
eb5f31
+output_width = 80
eb5f31
 
eb5f31
 
eb5f31
 [email]
eb5f31
diff --git a/shell.py b/shell.py
eb5f31
index 2232b03..00b6896 100644
eb5f31
--- a/shell.py
eb5f31
+++ b/shell.py
eb5f31
@@ -171,7 +171,7 @@ class YumShell(cmd.Cmd):
eb5f31
     def do_help(self, arg):
eb5f31
         """Output help information.
eb5f31
 
eb5f31
-        :param arg: the command to ouput help information about. If
eb5f31
+        :param arg: the command to output help information about. If
eb5f31
            *arg* is an empty string, general help will be output.
eb5f31
         """
eb5f31
         msg = """