summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2022-09-30 08:53:20 +0200
committerGuy Harris <gharris@sonic.net>2022-10-10 00:36:10 -0700
commit06d76a1d6372e7d815a491707c464654f0948572 (patch)
tree1ebb22bdf602f3203215c67d9f146daf45d5d879 /CMakeLists.txt
parentf982e4bab34181d4b80c97f8680e4e9e2cadebd9 (diff)
downloadtcpdump-06d76a1d6372e7d815a491707c464654f0948572.tar.gz
Remove a trailing space
[skip ci] (cherry picked from commit e91ca695c357896157e69466366b86e299139263)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 42066ce8..f42169bb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -50,7 +50,7 @@ endif()
# {target-directory}/tcpdump: Shared object "libpcap.so.0" not found
#
# It also appears to be the case that, on Ubunto 22.04, FreeBSD 12,
-# DragonFly BSD 5.8, OpenBSD 6.6, and Solaris 11.4,
+# DragonFly BSD 5.8, OpenBSD 6.6, and Solaris 11.4,
#
# On Ubuntu and Solaris, even if you have a libpcap in /usr/local, you
# have to provide not only -I/usr/local/include and -L/usr/local/lib,