]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Fixed some typos, courtesy of codespell
authorTobias Brunner <tobias@strongswan.org>
Mon, 2 Mar 2026 15:30:12 +0000 (16:30 +0100)
committerTobias Brunner <tobias@strongswan.org>
Mon, 2 Mar 2026 15:30:12 +0000 (16:30 +0100)
configure.ac
src/libcharon/kernel/kernel_interface.h
src/libcharon/kernel/kernel_net.h

index 3414045605bedf8094fbbb9c9ae017f5b14b9eb9..712ecf8ad03331ce285173d556f7f0b388879f5b 100644 (file)
@@ -68,7 +68,7 @@ ARG_WITH_SET([dev-headers],          [no], [install strongSwan development heade
 ARG_WITH_SET([printf-hooks],         [auto], [force the use of a specific printf hook implementation (auto, builtin, glibc, vstr).])
 ARG_WITH_SET([rubygemdir],           ["gem environment gemdir"], [path to install ruby gems to])
 ARG_WITH_SET([testable-ke],          [yes], [make key exchange implementations testable by providing a set_seed() method])
-ARG_WITH_SET([plugins-packaged-seperately], [no], [changes e.g. log messages for distributions that package plugins seperately])
+ARG_WITH_SET([plugins-packaged-separately], [no], [changes e.g. log messages for distributions that package plugins separately])
 
 if test -n "$PKG_CONFIG"; then
        systemdsystemunitdir_default=$($PKG_CONFIG --variable=systemdsystemunitdir systemd)
index a8c9d6f41067848cc603b15d80a379fcd4afa144..109be9ed6a0b9ffd5abbfa84e6a286f93317cb6c 100644 (file)
@@ -312,7 +312,7 @@ struct kernel_interface_t {
         * The returned host is allocated and must be destroyed.
         * An optional src address can be used to check if a route is available
         * for the given source to dest.
-        * 0.0.0.0/:: may get returend if an interface but no next hop can be
+        * 0.0.0.0/:: may get returned if an interface but no next hop can be
         * determined.
         *
         * @param dest                  target destination address
index ece59ad4ddd2e71fe7c0185bd69e60585174561d..f24a9510e323f2f8f0fe8b2d92eb36416cc0ec74 100644 (file)
@@ -85,7 +85,7 @@ struct kernel_net_t {
         * The returned host is allocated and must be destroyed.
         * An optional src address can be used to check if a route is available
         * for the given source to dest.
-        * 0.0.0.0/:: may get returend if an interface but no next hop can be
+        * 0.0.0.0/:: may get returned if an interface but no next hop can be
         * determined.
         *
         * @param dest                  target destination address