]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
strv: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 24 Jan 2025 13:08:53 +0000 (22:08 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 24 Jan 2025 13:08:56 +0000 (22:08 +0900)
Follow-up for 5072f4268b89a71e47e59c434da0222f722c7f0e.

src/basic/strv.c

index c9c4551cdca904bbf5a0630118ef4711126c6aa8..7a42a0d44d20b144e2c252d5b1b02a3a5756ffc7 100644 (file)
@@ -865,7 +865,7 @@ bool strv_equal_ignore_order(char **a, char **b) {
 
         /* Just like strv_equal(), but doesn't care about the order of elements or about redundant entries
          * (i.e. it's even ok if the number of entries in the array differ, as long as the difference just
-         * consists of repititions) */
+         * consists of repetitions). */
 
         if (a == b)
                 return true;