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:04:04 +0200 |
commit | d4506a82bcc6f256d638b51e0096f1950eb8f2bd (patch) | |
tree | 3933dea84370efa14579eb86fef8b661cca797bb | |
parent | 214961ddabaa3c3d70a52b3e0ea9fdf69918e0d4 (diff) | |
download | kcmldapcontroller-d4506a82bcc6f256d638b51e0096f1950eb8f2bd.tar.gz kcmldapcontroller-d4506a82bcc6f256d638b51e0096f1950eb8f2bd.zip |
Fix typo in comment in prior commit.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 8de1f787b10b8e8b29cc29519d8c7b481b1cec67)
-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 */ |