From 0982d030a49ca903733873ca99d112b4cf2662b4 Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Thu, 9 Nov 2023 16:02:59 +1300 Subject: [PATCH] s4:include: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- source4/include/includes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2