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

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