From: Li Peng Date: Tue, 3 May 2016 06:28:47 +0000 (+0800) Subject: init-ceph.in: remove duplicated words X-Git-Tag: v11.0.0~739^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5f6fdb7d0c27364fc2bd8fa42d5b5b8b6e9b5480;p=ceph.git init-ceph.in: remove duplicated words Signed-off-by: Li Peng --- diff --git a/src/init-ceph.in b/src/init-ceph.in index e74fe748c53e..a17b0bcbd972 100755 --- a/src/init-ceph.in +++ b/src/init-ceph.in @@ -361,7 +361,7 @@ for name in $what; do get_conf fs_type "" "osd mkfs type" if [ -z "$fs_type" ]; then - # try to fallback to to old keys + # try to fallback to old keys get_conf tmp_devs "" "btrfs devs" if [ -n "$tmp_devs" ]; then fs_type="btrfs"