summaryrefslogtreecommitdiff
path: root/librpc/idl/eventlog.idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-02-20 14:18:06 +0100
committerGünther Deschner <gd@samba.org>2009-02-21 21:12:10 +0100
commit80cd7ed51998daea5233ce17a72ae470d438425c (patch)
tree66009c6c4ad051578ad63cbfe82bbaad7ab3e8b2 /librpc/idl/eventlog.idl
parentc9a057bc0497fd201142799d02f046e95236f921 (diff)
downloadsamba-80cd7ed51998daea5233ce17a72ae470d438425c.tar.gz
samba-80cd7ed51998daea5233ce17a72ae470d438425c.tar.bz2
samba-80cd7ed51998daea5233ce17a72ae470d438425c.zip
eventlog: fix eventlog_GetLogInformation typo in IDL.
Guenther
Diffstat (limited to 'librpc/idl/eventlog.idl')
-rw-r--r--librpc/idl/eventlog.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/eventlog.idl b/librpc/idl/eventlog.idl
index c7524f3c38..aba294828b 100644
--- a/librpc/idl/eventlog.idl
+++ b/librpc/idl/eventlog.idl
@@ -314,7 +314,7 @@ import "lsa.idl", "security.idl";
boolean32 full;
} EVENTLOG_FULL_INFORMATION;
- NTSTATUS eventlog_GetLogIntormation(
+ NTSTATUS eventlog_GetLogInformation(
[in] policy_handle *handle,
[in] uint32 level,
[out,ref] [size_is(buf_size)] uint8 *buffer,