]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cephadm: fixup `alrady` -> `already` 39699/head
authorMichael Fritch <mfritch@suse.com>
Thu, 25 Feb 2021 15:12:46 +0000 (08:12 -0700)
committerMichael Fritch <mfritch@suse.com>
Wed, 3 Mar 2021 16:33:32 +0000 (09:33 -0700)
Signed-off-by: Michael Fritch <mfritch@suse.com>
src/cephadm/cephadm

index 6c56119b5770868bb878b96d78e58ed40c436253..5d6a1da4c85d0cba736c1b5d3e1e3b4fb4fa2610 100755 (executable)
@@ -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