]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph_common.sh: fix typo in comment
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 27 Mar 2013 13:37:49 +0000 (14:37 +0100)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 27 Mar 2013 13:37:49 +0000 (14:37 +0100)
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/ceph_common.sh

index cdc190f439fe15c3ed881a7044def1ada408a5e9..7e8183cde995f054d6ed4ebf9f39f0d5eefaba66 100644 (file)
@@ -50,7 +50,7 @@ check_host() {
 
     #echo host for $name is $host, i am $hostname
 
-    # sysvinit managed instance in standird location?
+    # sysvinit managed instance in standard location?
     if [ -e "/var/lib/ceph/$type/ceph-$id/sysvinit" ]; then
        host="$hostname"
        echo "=== $type.$id === "