diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-06-29 16:03:49 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-06-29 16:03:49 +0200 |
commit | 8de1f787b10b8e8b29cc29519d8c7b481b1cec67 (patch) | |
tree | 311accd3e854b0778721e7bb54a5daa2e6158723 | |
parent | 918bb2093769284e885e55691e1986db458db0d5 (diff) | |
download | kcmldapcontroller-8de1f787b10b8e8b29cc29519d8c7b481b1cec67.tar.gz kcmldapcontroller-8de1f787b10b8e8b29cc29519d8c7b481b1cec67.zip |
Fix typo in comment in prior commit.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | config.h.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h.cmake b/config.h.cmake index 87b949a..cb498b1 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -10,13 +10,13 @@ /* Defined to 1 if you have the <slapi-plugin.h> header */ #cmakedefine HAVE_SLAPI_PLUGIN_H @HAVE_SLAPI_PLUGIN_H@ -/* Debian to 1 if you have the <sys/bitypes.h> header */ +/* Define to 1 if you have the <sys/bitypes.h> header */ #cmakedefine HAVE_SYS_BITYPES_H 1 -/* Debian to 1 if you have the <sys/types.h> header */ +/* Define to 1 if you have the <sys/types.h> header */ #cmakedefine HAVE_SYS_TYPES_H 1 -/* Debian to 1 if you have the <stdint.h> header */ +/* Define to 1 if you have the <stdint.h> header */ #cmakedefine HAVE_STDINT_H 1 /* Path for the config system */ |