summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/chef/provider/package/zypper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/package/zypper.rb b/lib/chef/provider/package/zypper.rb
index a62f4ac6ee..a1a433cbdf 100644
--- a/lib/chef/provider/package/zypper.rb
+++ b/lib/chef/provider/package/zypper.rb
@@ -104,7 +104,7 @@ class Chef
next if version == "Version" # header
# sometimes even though we request a specific version in the search string above and have match exact, we wind up
- # with other versions in the ouput, particularly getting the installed version when downgrading.
+ # with other versions in the output, particularly getting the installed version when downgrading.
if new_version
next unless version == new_version || version.start_with?("#{new_version}-")
end