]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: Fix typo in rgw_user.cc 433/head 437/head
authorChristophe Courtaut <christophe.courtaut@gmail.com>
Mon, 15 Jul 2013 11:47:58 +0000 (13:47 +0200)
committerChristophe Courtaut <christophe.courtaut@gmail.com>
Mon, 15 Jul 2013 11:47:58 +0000 (13:47 +0200)
Signed-off-by: Christophe Courtaut <christophe.courtaut@gmail.com>
src/rgw/rgw_user.cc

index 391c61d854cd080b0c19431761979a3c544a5311..6cdcaa6293576ec377f81c21b76d05d63150eaf1 100644 (file)
@@ -1611,7 +1611,7 @@ int RGWUser::check_op(RGWUserAdminOpState& op_state, std::string *err_msg)
   populated = is_populated();
 
   if (op_id.compare(RGW_USER_ANON_ID) == 0) {
-    set_err_msg(err_msg, "unable to perform operations on the anoymous user");
+    set_err_msg(err_msg, "unable to perform operations on the anonymous user");
     return -EINVAL;
   }