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

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