From c38de1d262b091584d88c3346622fa1565ee9b1a Mon Sep 17 00:00:00 2001 From: i-c-u-p <96894903+i-c-u-p@users.noreply.github.com> Date: Sun, 10 Apr 2022 12:39:05 +0000 Subject: fix "extention" typo (#1103) replaces all appearances of "extention" with "extension" --- .local/bin/compiler | 2 +- .local/bin/queueandnotify | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.local') 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. diff --git a/.local/bin/queueandnotify b/.local/bin/queueandnotify index 54b2c2a..1c3025c 100755 --- a/.local/bin/queueandnotify +++ b/.local/bin/queueandnotify @@ -2,7 +2,7 @@ # Podboat sucks. This script replaces it. # It reads the newsboat queue, queuing downloads with taskspooler. -# It also removes the junk from extentions. +# It also removes the junk from extensions. queuefile="${XDG_DATA_HOME:-$HOME/.local/share}/newsboat/queue" while read -r line; do -- cgit v1.3.1