diff options
author | Tim Potter <tpot@samba.org> | 2005-05-31 11:46:54 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:21 -0500 |
commit | 5ec5e7aa29ef4abf6b60a0de4947693d3e587f74 (patch) | |
tree | df38d5e077be45ec56dfb24ea7f265c1ddbfb860 | |
parent | b4540e5399437ef219144ebed57a6d026aa0fe22 (diff) | |
download | samba-5ec5e7aa29ef4abf6b60a0de4947693d3e587f74.tar.gz samba-5ec5e7aa29ef4abf6b60a0de4947693d3e587f74.tar.bz2 samba-5ec5e7aa29ef4abf6b60a0de4947693d3e587f74.zip |
r7138: Doh - fix some typos.
(This used to be commit 20e1ed965a03ff3292717e41f30210cc658f80c2)
-rw-r--r-- | source4/librpc/idl/winstation.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/idl/winstation.idl b/source4/librpc/idl/winstation.idl index 07ae3bb138..5539cff04b 100644 --- a/source4/librpc/idl/winstation.idl +++ b/source4/librpc/idl/winstation.idl @@ -1,5 +1,5 @@ /* - dnsserver interface definition + winstation interface definition */ #include "idl_types.h" @@ -9,7 +9,7 @@ pointer_default(unique), pointer_default_top(unique), helpstring("Terminal Services remote management") -] interface dnsserver +] interface winstation { void foo(); } |