From: Christophe Courtaut Date: Mon, 15 Jul 2013 11:47:58 +0000 (+0200) Subject: rgw: Fix typo in rgw_user.cc X-Git-Tag: v0.67-rc1~79^2^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=01ec4f129b5af85db9c515a31697f4559d27d5a9;p=ceph.git rgw: Fix typo in rgw_user.cc Signed-off-by: Christophe Courtaut --- diff --git a/src/rgw/rgw_user.cc b/src/rgw/rgw_user.cc index 391c61d854cd..6cdcaa629357 100644 --- a/src/rgw/rgw_user.cc +++ b/src/rgw/rgw_user.cc @@ -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; }