summaryrefslogtreecommitdiffstats
path: root/source/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
commit5a04ea1f0c41965bc735f38f4892dc37571734d6 (patch)
treeaf3f2d5edaf3091b52c85ce7a460cd21a4846933 /source/libads
parent55cad87424787fc5f140d307888f4c557dc2b345 (diff)
downloadsamba-5a04ea1f0c41965bc735f38f4892dc37571734d6.tar.gz
samba-5a04ea1f0c41965bc735f38f4892dc37571734d6.tar.xz
samba-5a04ea1f0c41965bc735f38f4892dc37571734d6.zip
fixed a spelling mistake
Diffstat (limited to 'source/libads')
-rw-r--r--source/libads/disp_sec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/libads/disp_sec.c b/source/libads/disp_sec.c
index ab8ceecb0ce..35a7af7b367 100644
--- a/source/libads/disp_sec.c
+++ b/source/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";
}