summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorXipmix <576337-xipmix@users.noreply.gitlab.com>2022-03-16 20:25:46 +1100
committerXipmix <576337-xipmix@users.noreply.gitlab.com>2022-03-16 21:06:17 +1100
commit87ce62eb101599246350ba81126adf36819c7c3d (patch)
treec877feda6ac0c628e8fe007f0f055582991b9909 /share
parent0afb1b44d5d8c0c96ce92d461d3eb40ed8872efe (diff)
downloadsubplot-87ce62eb101599246350ba81126adf36819c7c3d.tar.gz
missing word
Diffstat (limited to 'share')
-rw-r--r--share/bash/template/assert.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/bash/template/assert.sh b/share/bash/template/assert.sh
index 17aa71e..ccfd09a 100644
--- a/share/bash/template/assert.sh
+++ b/share/bash/template/assert.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-# Check two values for equality and give error if they are not equal
+# Check two values for equality and give an error if they are not equal
assert_eq() {
if ! diff -u <(echo "$1") <(echo "$2")
then