]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: positives
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 10:23:21 +0000 (10:23 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 10:23:21 +0000 (10:23 +0000)
build-scripts/debian-recursor/rules

index 5e691b3d654932d8b2f4ad822fdbe2b94320646d..983fea9fa0a19b9f535375b7ee0f0ebd20e5adeb 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 # Enable hardening features for daemons
-# Note: blhc (build log hardening check) will find these false positivies: CPPFLAGS 2 missing, LDFLAGS 1 missing
+# Note: blhc (build log hardening check) will find these false positives: CPPFLAGS 2 missing, LDFLAGS 1 missing
 export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow,+pie
 DPKG_EXPORT_BUILDFLAGS = 1
 # Include buildflags.mk so we can append to the vars it sets.