summaryrefslogtreecommitdiff
path: root/tap-driver.sh
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2014-02-20 12:46:55 +0100
committerPhilip Withnall <withnall@endlessm.com>2017-11-16 11:16:28 +0000
commit8d5c30cf90d856651cc020f42409b9a362d7f7e2 (patch)
tree5d292488b1603d0b9479f1dc51eceb6710762d15 /tap-driver.sh
parent42d3ed001353560892b9b25b2fa93b974a3df480 (diff)
downloadglib-8d5c30cf90d856651cc020f42409b9a362d7f7e2.tar.gz
Fix "on on" typo in tap-driver.sh comment
It should be "and/or on systems" rather than "and/on on systems" https://bugzilla.gnome.org/show_bug.cgi?id=724794
Diffstat (limited to 'tap-driver.sh')
-rwxr-xr-xtap-driver.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-driver.sh b/tap-driver.sh
index 19aa531de..64e3eb674 100755
--- a/tap-driver.sh
+++ b/tap-driver.sh
@@ -154,7 +154,7 @@ fi
-v diag_string="$diag_string" \
'
# FIXME: the usages of "cat >&3" below could be optimized when using
-# FIXME: GNU awk, and/on on systems that supports /dev/fd/.
+# FIXME: GNU awk, and/or on systems that supports /dev/fd/.
# Implementation note: in what follows, `result_obj` will be an
# associative array that (partly) simulates a TAP result object