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|