Skip to content

Commit

Permalink
fixes #12499 - fix spelling error (Synchronization vs Sychronization)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbuckingham committed Nov 16, 2015
1 parent 003895d commit bc63703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/lib/actions/katello/capsule_content/sync.rb
Expand Up @@ -3,7 +3,7 @@ module Katello
module CapsuleContent
class Sync < ::Actions::EntryAction
def humanized_name
_("Sychronize capsule content")
_("Synchronize capsule content")
end

def plan(capsule_content, options = {})
Expand Down
2 changes: 1 addition & 1 deletion locale/action_names.rb
Expand Up @@ -11,7 +11,7 @@
_("Remove Content")
_("Create")
_("Destroy Host")
_("Sychronize capsule content")
_("Synchronize capsule content")
_("Manage bound repositories")
_("Install erratum")
_("Configure capsule")
Expand Down

0 comments on commit bc63703

Please sign in to comment.