From: Michael Fritch Date: Thu, 25 Feb 2021 15:12:46 +0000 (-0700) Subject: cephadm: fixup `alrady` -> `already` X-Git-Tag: v17.1.0~2749^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F39699%2Fhead;p=ceph.git cephadm: fixup `alrady` -> `already` Signed-off-by: Michael Fritch --- diff --git a/src/cephadm/cephadm b/src/cephadm/cephadm index 6c56119b577..5d6a1da4c85 100755 --- a/src/cephadm/cephadm +++ b/src/cephadm/cephadm @@ -4888,7 +4888,7 @@ def command_adopt_ceph(ctx, daemon_type, daemon_id, fsid): if not os.path.exists(data_dir_src): raise Error("{}.{} data directory '{}' does not exist. " - 'Incorrect ID specified, or daemon alrady adopted?'.format( + 'Incorrect ID specified, or daemon already adopted?'.format( daemon_type, daemon_id, data_dir_src)) osd_fsid = None