From f27ab6d9f5d5d9134160230c61512810fb91d495 Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Thu, 9 Nov 2023 16:02:32 +1300 Subject: [PATCH] s3:include: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- source3/include/includes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/include/includes.h b/source3/include/includes.h index 548fba24c3f..37d712084e4 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -32,7 +32,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