From 5ec5e7aa29ef4abf6b60a0de4947693d3e587f74 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 31 May 2005 11:46:54 +0000 Subject: r7138: Doh - fix some typos. (This used to be commit 20e1ed965a03ff3292717e41f30210cc658f80c2) --- source4/librpc/idl/winstation.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/librpc/idl/winstation.idl') 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(); } -- cgit