diff options
| author | i-c-u-p <96894903+i-c-u-p@users.noreply.github.com> | 2022-04-10 12:39:05 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-10 12:39:05 +0000 |
| commit | c38de1d262b091584d88c3346622fa1565ee9b1a (patch) | |
| tree | ccaf5e298fe4449b22729f6eae0ac715dc0c0a41 /.local/bin/compiler | |
| parent | 081809780646e2957972de2d099ed70a044ddfa3 (diff) | |
| download | eibhear-c38de1d262b091584d88c3346622fa1565ee9b1a.tar.gz eibhear-c38de1d262b091584d88c3346622fa1565ee9b1a.tar.zst eibhear-c38de1d262b091584d88c3346622fa1565ee9b1a.zip | |
fix "extention" typo (#1103)
replaces all appearances of "extention" with "extension"
Diffstat (limited to '.local/bin/compiler')
| -rwxr-xr-x | .local/bin/compiler | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/compiler b/.local/bin/compiler index 3617765..67992be 100755 --- a/.local/bin/compiler +++ b/.local/bin/compiler @@ -4,7 +4,7 @@ # have this script run via vim. # # Compiles .tex. groff (.mom, .ms), .rmd, .md, .org. Opens .sent files as sent -# presentations. Runs scripts based on extention or shebang. +# presentations. Runs scripts based on extension or shebang. # # Note that .tex files which you wish to compile with XeLaTeX should have the # string "xelatex" somewhere in a comment/command in the first 5 lines. |
