diff --git a/tasks/galera_client_install_apt.yml b/tasks/galera_client_install_apt.yml index 2c24afc..6c01ec6 100644 --- a/tasks/galera_client_install_apt.yml +++ b/tasks/galera_client_install_apt.yml @@ -53,7 +53,7 @@ # does not update the cache, resulting in a changed # repo config, but no updated cache. To work around # this bug we implement the change of repo config -# and the cache update as two seperate tasks. +# and the cache update as two separate tasks. - name: Add galera repo apt_repository: repo: "{{ galera_client_repo }}"