summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-05-22 10:17:53 -0400
committerErik de Castro Lopo <erikd@mega-nerd.com>2018-05-24 07:20:19 +1000
commit01eb19708c11f6aae1013e7c9c29c83efda33bfb (patch)
tree63e8b47f83baacc674f28f5328fa52d045fd45d2 /test
parent0db0e878b8c7eb09f9f42fb39ca43b7cbc5e8aca (diff)
downloadflac-01eb19708c11f6aae1013e7c9c29c83efda33bfb.tar.gz
Fix miscellaneous typos.
Found via `codespell -q 3`
Diffstat (limited to 'test')
-rw-r--r--test/common.sh.in2
-rwxr-xr-xtest/test_grabbag.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/common.sh.in b/test/common.sh.in
index 5f98cf22..0884bbc5 100644
--- a/test/common.sh.in
+++ b/test/common.sh.in
@@ -45,7 +45,7 @@ export LD_LIBRARY_PATH
EXE=@EXEEXT@
-# Needed for bulding out-of-tree where source files are in the $top_srcdir tree
+# Needed for building out-of-tree where source files are in the $top_srcdir tree
# and build products in the $top_builddir tree.
top_srcdir=@top_srcdir@
top_builddir=@top_builddir@
diff --git a/test/test_grabbag.sh b/test/test_grabbag.sh
index c40c0d3d..3af2741d 100755
--- a/test/test_grabbag.sh
+++ b/test/test_grabbag.sh
@@ -101,7 +101,7 @@ for cuesheet in $bad_cuesheets ; do
done
#
-# positve tests
+# positive tests
#
for cuesheet in $good_cuesheets ; do
echo "POSITIVE $cuesheet" | sed "s|${top_srcdir}/test/||" >> $log 2>&1