s4:include: Fix code spelling
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 9 Nov 2023 03:02:59 +0000 (16:02 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 8 Dec 2023 02:28:33 +0000 (02:28 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/include/includes.h

index f31072b361ae0738cbe252e8d8d69a505788920b..f22483080dcc4b1b43e5b6c5ebf8d386cd742829 100644 (file)
@@ -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