From: Joseph Sutton Date: Thu, 9 Nov 2023 03:02:59 +0000 (+1300) Subject: s4:include: Fix code spelling X-Git-Tag: talloc-2.4.2~380 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0982d030a49ca903733873ca99d112b4cf2662b4;p=thirdparty%2Fsamba.git s4:include: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/source4/include/includes.h b/source4/include/includes.h index f31072b361a..f22483080dc 100644 --- a/source4/include/includes.h +++ b/source4/include/includes.h @@ -36,7 +36,7 @@ /* only do the C++ reserved word check when we compile to include --with-developer since too many systems - still have comflicts with their header files (e.g. IRIX 6.4) */ + still have conflicts with their header files (e.g. IRIX 6.4) */ #if !defined(__cplusplus) && defined(DEVELOPER) && defined(__linux__) #define class #error DONT_USE_CPLUSPLUS_RESERVED_NAMES