summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-08-05 06:28:58 +0000
committerTim Potter <tpot@samba.org>2002-08-05 06:28:58 +0000
commitff2132e1b37cfca8d36fe515dd1a5139459dd719 (patch)
tree37bd5abc55f8854d1004304e03305833870c3c63 /source3
parente04c25b40650ea75b6f5e551c29c4acc1f4f24b9 (diff)
downloadsamba-ff2132e1b37cfca8d36fe515dd1a5139459dd719.tar.gz
samba-ff2132e1b37cfca8d36fe515dd1a5139459dd719.tar.bz2
samba-ff2132e1b37cfca8d36fe515dd1a5139459dd719.zip
Spelling fix.
(This used to be commit 28ba237a9e02e284fb541562270db758612e425a)
Diffstat (limited to 'source3')
-rw-r--r--source3/rpc_parse/parse_reg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_parse/parse_reg.c b/source3/rpc_parse/parse_reg.c
index 473e2554b4..365ad2dc70 100644
--- a/source3/rpc_parse/parse_reg.c
+++ b/source3/rpc_parse/parse_reg.c
@@ -1754,7 +1754,7 @@ BOOL reg_io_q_open_entry(char *desc, REG_Q_OPEN_ENTRY *r_q, prs_struct *ps, int
if(!prs_uint32("unknown_0 ", ps, depth, &r_q->unknown_0))
return False;
- if(!prs_uint32("asccess_desired ", ps, depth, &r_q->access_desired))
+ if(!prs_uint32("access_desired ", ps, depth, &r_q->access_desired))
return False;
return True;