diff options
author | Volker Lendecke <vl@samba.org> | 2011-02-15 19:02:29 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2011-02-15 21:12:22 +0100 |
commit | fbcdef82687ddcb7a1dc3d229d048ca005dc7c1b (patch) | |
tree | cb0cd92f07af8ef6081d756d8a887a162900a93b /source4 | |
parent | 7a2cbdafa87cee0af41b07b6eb4a1ab2ff155b8b (diff) | |
download | samba-fbcdef82687ddcb7a1dc3d229d048ca005dc7c1b.tar.gz samba-fbcdef82687ddcb7a1dc3d229d048ca005dc7c1b.tar.bz2 samba-fbcdef82687ddcb7a1dc3d229d048ca005dc7c1b.zip |
s4: Fix a typo
Diffstat (limited to 'source4')
-rw-r--r-- | source4/torture/rpc/samr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/samr.c b/source4/torture/rpc/samr.c index 0e1500e029..f83cc02207 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); |