s4: Fix a typo
authorVolker Lendecke <vl@samba.org>
Tue, 15 Feb 2011 18:02:29 +0000 (19:02 +0100)
committerVolker Lendecke <vl@samba.org>
Tue, 15 Feb 2011 20:12:22 +0000 (21:12 +0100)
source4/torture/rpc/samr.c

index 0e1500e029b192db278e4ceffbddcd3c3329316c..f83cc02207c50cbe655ba146436dd88a551bbe04 100644 (file)
@@ -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);