From 01ec4f129b5af85db9c515a31697f4559d27d5a9 Mon Sep 17 00:00:00 2001 From: Christophe Courtaut Date: Mon, 15 Jul 2013 13:47:58 +0200 Subject: [PATCH] rgw: Fix typo in rgw_user.cc Signed-off-by: Christophe Courtaut --- src/rgw/rgw_user.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rgw/rgw_user.cc b/src/rgw/rgw_user.cc index 391c61d854c..6cdcaa62935 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; } -- 2.47.3