diff options
author | dNhax <dasNeutrum@googlemail.com> | 2019-12-19 10:33:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-19 10:33:43 +0100 |
commit | 16368898a5f0edac391c67cdf8ceed2ca24e737a (patch) | |
tree | 8b4048cb02ce5eb5e7e4b70fe98774b20e110572 | |
parent | 7f81f51a5b813343fe55253f60a865e75f42be52 (diff) | |
download | mkinitcpio-16368898a5f0edac391c67cdf8ceed2ca24e737a.tar.gz mkinitcpio-16368898a5f0edac391c67cdf8ceed2ca24e737a.tar.xz |
Fix typo
-rw-r--r-- | HACKING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ two are effectively identical. This means always using double braces over the inferior '[' and 'test'. -Variable usage and naming convetions +Variable usage and naming conventions ------------------------------------ There are three classifications of variables in mkinitcpio. |