]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rados_sync.cc: fix typo in error msg
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Mon, 11 Mar 2013 15:10:54 +0000 (16:10 +0100)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Mon, 11 Mar 2013 15:10:54 +0000 (16:10 +0100)
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/rados_sync.cc

index 81c32a43cd79909bdae018da59575378c4137674..5d4bae198f660bddd8153ad70e31adae2013e83a 100644 (file)
@@ -886,7 +886,7 @@ int rados_tool_sync(const std::map < std::string, std::string > &opts,
   IoCtxDistributor *io_ctx_dist = IoCtxDistributor::instance();
   ret = io_ctx_dist->init(rados, pool_name.c_str(), num_threads);
   if (ret) {
-    cerr << ERR_PREFIX << "failed to initialize Radso io contexts."
+    cerr << ERR_PREFIX << "failed to initialize Rados io contexts."
         << std::endl;
     _exit(ret);
   }