Skip to content

Commit

Permalink
fixed typos in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Sep 23, 2015
1 parent 095b74b commit 833ae1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/registration/registration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ def downgrade_product(product)
end
end

# synchronize the registedred products on the server with the local installed products
# (removes all o registrered products)
# synchronize the registered products on the server with the local installed products
# (removes all registrered products on the server which are not installed in the system)
# @param [Array<Hash>] products list of installed libzypp products
def synchronize_products(products)
remote_products = products.map do |product|
Expand Down

0 comments on commit 833ae1e

Please sign in to comment.