]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
fix typos
authoreggfly <lihaohua90@gmail.com>
Tue, 23 Aug 2022 08:09:59 +0000 (16:09 +0800)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 23 Aug 2022 08:53:47 +0000 (10:53 +0200)
NEWS
man/org.freedesktop.resolve1.xml
src/resolve/resolved-dns-cache.c
src/udev/dmi_memory_id/dmi_memory_id.c
test/units/testsuite-62-4.service
test/units/testsuite-62-5.service

diff --git a/NEWS b/NEWS
index f2747b6acab1a877cfdf06dbc14d67ff34be5ca0..685a894d3a0e88fca5e2415eea5a9b3ebc510243 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2488,7 +2488,7 @@ CHANGES WITH 248:
           units.
 
           systemd-oomd is now considered fully supported (the usual
-          backwards-compatiblity promises apply). Swap is not required for
+          backwards-compatibility promises apply). Swap is not required for
           operation, but it is still recommended.
 
         * systemd-timesyncd gained a new ConnectionRetrySec= setting which
index 1dc6dcbd739952303e9cc54c562bedfdac602e5a..54f0a18418ec5e2ab44a763fed62e8bcc038b1ae 100644 (file)
@@ -606,7 +606,7 @@ node /org/freedesktop/resolve1 {
       <para>The <varname>DNSSECStatistics</varname> property contains information about the DNSSEC
       validations executed so far. It contains four 64-bit counters: the number of secure, insecure, bogus,
       and indeterminate DNSSEC validations so far. The counters are increased for each validated RRset, and
-      each non-existance proof. The secure counter is increased for each operation that successfully verified
+      each non-existence proof. The secure counter is increased for each operation that successfully verified
       a signed reply, the insecure counter is increased for each operation that successfully verified that an
       unsigned reply is rightfully unsigned. The bogus counter is increased for each operation where the
       validation did not check out and the data is likely to have been tempered with. Finally the
index 594984685bcf997ac6175ddc1239b4ac7e0e36d9..4c004c4a48c069dd995b900837ff4d0c6b02c8e0 100644 (file)
@@ -58,7 +58,7 @@ struct DnsCacheItem {
 
 /* Returns true if this is a cache item created as result of an explicit lookup, or created as "side-effect"
  * of another request. "Primary" entries will carry the full answer data (with NSEC, …) that can aso prove
- * wildcard expansion, non-existance and such, while entries that were created as "side-effect" just contain
+ * wildcard expansion, non-existence and such, while entries that were created as "side-effect" just contain
  * immediate RR data for the specified RR key, but nothing else. */
 #define DNS_CACHE_ITEM_IS_PRIMARY(item) (!!(item)->answer)
 
index bae05b8ecdd864f19fca20997c5fbb4f0ef08c4c..338cbc72c0b0f5ca4bf21ea9cd7e9abae7d1013b 100644 (file)
@@ -86,7 +86,7 @@ static bool verify_checksum(const uint8_t *buf, size_t len) {
 }
 
 /*
- * Type-independant Stuff
+ * Type-independent Stuff
  */
 
 static const char *dmi_string(const struct dmi_header *dm, uint8_t s) {
index 94c7b534683a3b6471f3e8a18a3a1bbcd5ced278..053e6d205f45ab354654c452d62f11b46b709b42 100644 (file)
@@ -1,6 +1,6 @@
 # SPDX-License-Identifier: LGPL-2.1-or-later
 [Unit]
-Description=TEST-62-RESTRICT-IFACES-empty-assigment
+Description=TEST-62-RESTRICT-IFACES-empty-assignment
 [Service]
 ExecStart=/bin/sh -c 'ping -c 1 -W 0.2 192.168.113.1'
 ExecStart=/bin/sh -c 'ping -c 1 -W 0.2 192.168.113.5'
index 38664da4938bcdc2e7ae142d4d676e66220a0722..a8f268d1d8196bb9d8ccb4c8679dfbb162eb2b41 100644 (file)
@@ -1,6 +1,6 @@
 # SPDX-License-Identifier: LGPL-2.1-or-later
 [Unit]
-Description=TEST-62-RESTRICT-IFACES-invert-assigment
+Description=TEST-62-RESTRICT-IFACES-invert-assignment
 [Service]
 ExecStart=/bin/sh -c '! ping -c 1 -W 0.2 192.168.113.1'
 ExecStart=/bin/sh -c 'ping -c 1 -W 0.2 192.168.113.5'