aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/perlcore
diff options
context:
space:
mode:
authorGravatar Dessa2016-01-31 19:36:37 +0100
committerGravatar Dessa2016-01-31 19:36:37 +0100
commit07867e9e4caf28738fb613c803c385f368db433e (patch)
tree2bdf9e8e5401c899cb5d72063ace1213ef174a30 /src/modules/perlcore
parentMerge pull request #1858 from bsdjunk/master (diff)
downloadKVIrc-07867e9e4caf28738fb613c803c385f368db433e.tar.gz
KVIrc-07867e9e4caf28738fb613c803c385f368db433e.tar.bz2
KVIrc-07867e9e4caf28738fb613c803c385f368db433e.zip
run codespell to fix some typos, run mkabouttext.pl, fix typos reported by Arfrever
Diffstat (limited to 'src/modules/perlcore')
-rw-r--r--src/modules/perlcore/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/perlcore/CMakeLists.txt b/src/modules/perlcore/CMakeLists.txt
index c971381e1..82652138a 100644
--- a/src/modules/perlcore/CMakeLists.txt
+++ b/src/modules/perlcore/CMakeLists.txt
@@ -17,7 +17,7 @@ if(CMAKE_COMPILER_IS_GNUCXX)
set(PERL_COMPILE_FLAGS "${PERL_COMPILE_FLAGS} -Wno-literal-suffix")
elseif("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang")
# If the perl version is too old, clang will throw errors due to C++11
- # incompatiblities
+ # incompatibilities
set(PERL_COMPILE_FLAGS "${PERL_COMPILE_FLAGS} -Wno-reserved-user-defined-literal")
endif()