summaryrefslogtreecommitdiff
path: root/source3/libads
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2002-06-03 02:46:25 +0000
committerAndrew Tridgell <tridge@samba.org>2002-06-03 02:46:25 +0000
commitd53b9f113a5f33eb93ae3e114b71fcfe18dcf666 (patch)
tree9de8baff18fce5bc42b47981259d230cc7237661 /source3/libads
parentbdc9de5daf7cecbfd3322d6f24720c2849facd9e (diff)
downloadsamba-d53b9f113a5f33eb93ae3e114b71fcfe18dcf666.tar.gz
samba-d53b9f113a5f33eb93ae3e114b71fcfe18dcf666.tar.bz2
samba-d53b9f113a5f33eb93ae3e114b71fcfe18dcf666.zip
fixed a spelling mistake
(This used to be commit 5a04ea1f0c41965bc735f38f4892dc37571734d6)
Diffstat (limited to 'source3/libads')
-rw-r--r--source3/libads/disp_sec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libads/disp_sec.c b/source3/libads/disp_sec.c
index ab8ceecb0c..35a7af7b36 100644
--- a/source3/libads/disp_sec.c
+++ b/source3/libads/disp_sec.c
@@ -123,7 +123,7 @@ void ads_disp_ace(SEC_ACE *sec_ace)
} else if (sec_ace->type == SEC_ACE_TYPE_ACCESS_ALLOWED_OBJECT) {
access_type = "ALLOWED OBJECT";
} else if (sec_ace->type == SEC_ACE_TYPE_ACCESS_DENIED_OBJECT) {
- access_type = "DEINED OBJECT";
+ access_type = "DENIED OBJECT";
} else if (sec_ace->type == SEC_ACE_TYPE_SYSTEM_AUDIT_OBJECT) {
access_type = "AUDIT OBJECT";
}