Merge pull request #8434 from theanalyst/rgw/typo-fix

rgw: fix a typo in error message
This commit is contained in:
Matt Benjamin 2016-04-08 10:39:09 -04:00
commit 3ea7af87eb

View File

@ -2308,7 +2308,7 @@ int main(int argc, char **argv)
tenant = user_id.tenant;
} else {
if (user_id.empty()) {
cerr << "ERROR: --tennant is set, but there's no user ID" << std::endl;
cerr << "ERROR: --tenant is set, but there's no user ID" << std::endl;
return EINVAL;
}
user_id.tenant = tenant;