From 833ae1e0f80c9e9e649dad28bdcf1485f73f709a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ladislav=20Slez=C3=A1k?= Date: Wed, 23 Sep 2015 09:46:12 +0200 Subject: [PATCH] fixed typos in a comment --- src/lib/registration/registration.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/registration/registration.rb b/src/lib/registration/registration.rb index 595cdd322..74f350bb3 100644 --- a/src/lib/registration/registration.rb +++ b/src/lib/registration/registration.rb @@ -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] products list of installed libzypp products def synchronize_products(products) remote_products = products.map do |product|