Browse Source

support/misc/utils.mk: fix typos

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 146c1d38defee5114f994e1e6d3f80ce63e117bd)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter Korsgaard 10 months ago
parent
commit
432405a689
1 changed files with 2 additions and 2 deletions
  1. 2 2
      support/misc/utils.mk

+ 2 - 2
support/misc/utils.mk

@@ -40,7 +40,7 @@ SHARP_SIGN := \#
 # In other words, every letter is substituted one by one.
 # In other words, every letter is substituted one by one.
 #
 #
 # The caseconvert-helper allows us to create this definition out of the
 # The caseconvert-helper allows us to create this definition out of the
-# [FROM] and [TO] lists, so we don't need to write down every substition
+# [FROM] and [TO] lists, so we don't need to write down every substitution
 # manually. The uses of $ and $$ quoting are chosen in order to do as
 # manually. The uses of $ and $$ quoting are chosen in order to do as
 # much expansion as possible up-front.
 # much expansion as possible up-front.
 #
 #
@@ -131,7 +131,7 @@ QUOTE = '
 # Once everything has been escaped, it is passed between single quotes
 # Once everything has been escaped, it is passed between single quotes
 # (that's why the single-quotes are escaped they way they are, above,
 # (that's why the single-quotes are escaped they way they are, above,
 # and why the dollar sign is not escaped) to printf(1). A trailing
 # and why the dollar sign is not escaped) to printf(1). A trailing
-# newline is apended, too.
+# newline is appended, too.
 #
 #
 # Note: leading or trailing spaces are *not* stripped.
 # Note: leading or trailing spaces are *not* stripped.
 #
 #