aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_posts/2020-05-20-makefile-escaping.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-06-05 19:14:59 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-06-05 19:14:59 +0300
commit8cf23354a362dc1792b1195021297333fae3b0df (patch)
tree328aa3c080bcfb99b199ef5a985ae229700f2979 /_posts/2020-05-20-makefile-escaping.md
parentbump jekyll-theme (diff)
downloadblog-8cf23354a362dc1792b1195021297333fae3b0df.tar.gz
blog-8cf23354a362dc1792b1195021297333fae3b0df.zip
fix typos
Diffstat (limited to '_posts/2020-05-20-makefile-escaping.md')
-rw-r--r--_posts/2020-05-20-makefile-escaping.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2020-05-20-makefile-escaping.md b/_posts/2020-05-20-makefile-escaping.md
index 4308467..073db73 100644
--- a/_posts/2020-05-20-makefile-escaping.md
+++ b/_posts/2020-05-20-makefile-escaping.md
@@ -2,7 +2,7 @@
title: Escaping characters in Makefile
excerpt: Making less error-prone.
---
-I'm a big sucker for irrelevant neatpicks like properly quoting arguments in
+I'm a big sucker for irrelevant nitpicks like properly quoting arguments in
shell scripts.
I've also recently started using GNU make as a substitute for one-line shell
scripts (so instead of a bunch of scripts like build.sh, deploy.sh, test.sh I