From 0fa82e3aca0b80504e50016d1661bdcb4b429360 Mon Sep 17 00:00:00 2001 From: Ted Percival Date: Fri, 28 Sep 2007 16:34:49 +0000 Subject: Copyediting / spelling / grammar git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1547 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-common/cdecl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'avahi-common/cdecl.h') diff --git a/avahi-common/cdecl.h b/avahi-common/cdecl.h index b08e2a0..fc89197 100644 --- a/avahi-common/cdecl.h +++ b/avahi-common/cdecl.h @@ -26,13 +26,13 @@ #ifdef __cplusplus /** If using C++ this macro enables C mode, otherwise does nothing */ #define AVAHI_C_DECL_BEGIN extern "C" { -/** If using C++ this macros switches back to C++ mode, otherwise does nothing */ +/** If using C++ this macro switches back to C++ mode, otherwise does nothing */ #define AVAHI_C_DECL_END } #else /** If using C++ this macro enables C mode, otherwise does nothing */ #define AVAHI_C_DECL_BEGIN -/** If using C++ this macros switches back to C++ mode, otherwise does nothing */ +/** If using C++ this macro switches back to C++ mode, otherwise does nothing */ #define AVAHI_C_DECL_END #endif -- cgit