summaryrefslogtreecommitdiffstats
path: root/.local/bin/compiler
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2022-04-10 15:01:44 -0400
committerLuke Smith <luke@lukesmith.xyz>2022-04-10 15:01:44 -0400
commitcc0f28be713d8bd599037dfc91bcf42b5c7fd1e1 (patch)
tree32117ea3efc1053897dc59019866a7b993add69e /.local/bin/compiler
parent35316c9c001ba155e160ba70e68fd71143457f55 (diff)
parentc38de1d262b091584d88c3346622fa1565ee9b1a (diff)
downloadeibhear-cc0f28be713d8bd599037dfc91bcf42b5c7fd1e1.tar.gz
eibhear-cc0f28be713d8bd599037dfc91bcf42b5c7fd1e1.tar.zst
eibhear-cc0f28be713d8bd599037dfc91bcf42b5c7fd1e1.zip
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
Diffstat (limited to '.local/bin/compiler')
-rwxr-xr-x.local/bin/compiler2
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.