From: Volker Lendecke Date: Tue, 15 Feb 2011 18:02:29 +0000 (+0100) Subject: s4: Fix a typo X-Git-Tag: tevent-0.9.11~648 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fbcdef82687ddcb7a1dc3d229d048ca005dc7c1b;p=thirdparty%2Fsamba.git s4: Fix a typo --- diff --git a/source4/torture/rpc/samr.c b/source4/torture/rpc/samr.c index 0e1500e029b..f83cc02207c 100644 --- a/source4/torture/rpc/samr.c +++ b/source4/torture/rpc/samr.c @@ -456,7 +456,7 @@ static bool test_SetUserInfo(struct dcerpc_binding_handle *b, struct torture_con TEST_USERINFO_BINARYSTRING(21, parameters, 20, parameters, "", SAMR_FIELD_PARAMETERS); - /* Samba 3 cannot store country_code and copy_page atm. - gd */ + /* Samba 3 cannot store country_code and code_page atm. - gd */ if (!torture_setting_bool(tctx, "samba3", false)) { TEST_USERINFO_INT(2, country_code, 2, country_code, __LINE__, 0); TEST_USERINFO_INT(2, country_code, 21, country_code, __LINE__, 0);