]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
spelling: command line
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 13 Jun 2021 21:42:22 +0000 (17:42 -0400)
committerWillem Toorop <willem@nlnetlabs.nl>
Mon, 14 Jun 2021 09:29:17 +0000 (11:29 +0200)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
acx_nlnetlabs.m4
drill/chasetrace.c
examples/ldns-keyfetcher.c
test/testbed/unitmain.c

index 13736ee1bf55879935789a1f7b214554cc3809d0..3c392534bd258e5277123a87cfbf0c99b1405c95 100644 (file)
@@ -525,12 +525,12 @@ AC_DEFUN([AC_PROG_OBJC], [:])
 AC_DEFUN([AC_PROG_OBJCCPP], [:])
 AC_DEFUN([AC_LIBTOOL_CXX], [:])
 AC_DEFUN([AC_LIBTOOL_F77], [:])
-# always use ./libtool unless override from commandline (libtool=mylibtool)
+# always use ./libtool unless override from command line (libtool=mylibtool)
 if test -z "$libtool"; then
        libtool="./libtool"
 fi
 AC_SUBST(libtool)
-# avoid libtool max commandline length test on systems that fork slowly.
+# avoid libtool max command line length test on systems that fork slowly.
 AC_CANONICAL_HOST
 if echo "$host_os" | grep "sunos4" >/dev/null; then
        lt_cv_sys_max_cmd_len=32750;
index dd495db5a969d9741f58780ddee866e00052b158..3bd59563c5c05687c71cc6dc0975142379fa32ff 100644 (file)
@@ -171,7 +171,7 @@ do_trace(ldns_resolver *local_res, ldns_rdf *name, ldns_rr_type t,
         }
 
        /* transfer some properties of local_res to res,
-        * because they were given on the commandline */
+        * because they were given on the command line */
        ldns_resolver_set_ip6(res, 
                        ldns_resolver_ip6(local_res));
        ldns_resolver_set_port(res, 
index 3dcbd92c32aada6de879e98629dd4d1905e29c60..c6a45f74f63d03e9e90255a419850de26acbc4b3 100644 (file)
@@ -74,7 +74,7 @@ retrieve_dnskeys(ldns_resolver *local_res, ldns_rdf *name, ldns_rr_type t,
        }
 
        /* transfer some properties of local_res to res,
-        * because they were given on the commandline */
+        * because they were given on the command line */
        ldns_resolver_set_ip6(res, 
                        ldns_resolver_ip6(local_res));
        ldns_resolver_set_port(res, 
index 38b576b3f980090564b6e00263c24da8d925112e..1aaa1807ab7959e4a86087cbe017f209fe6cab66 100644 (file)
@@ -17,7 +17,7 @@
 /**
  * Main unit test program. Setup, teardown and report errors.
  * @param argc: arg count.
- * @param argv: array of commandline arguments.
+ * @param argv: array of command line arguments.
  */
 int main(int argc, char* argv[])
 {