gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master c44b3a3 1/2: Typo correction in test script co


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master c44b3a3 1/2: Typo correction in test script comments
Date: Sat, 6 May 2017 12:08:24 -0400 (EDT)

branch: master
commit c44b3a3b6f256d3f135ab346db35fec4efd3d3aa
Author: Boud Roukema <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    Typo correction in test script comments
    
    Replace typo `variabels' by `variables' in 48 files tests/*/*.sh.
    
    This fixes an instance of bug #47866.
---
 tests/arithmetic/onlynumbers.sh   | 2 +-
 tests/arithmetic/or.sh            | 2 +-
 tests/arithmetic/snimage.sh       | 2 +-
 tests/arithmetic/where.sh         | 2 +-
 tests/buildprog/simpleio.sh       | 2 +-
 tests/convertt/blankch.sh         | 2 +-
 tests/convertt/fitstojpeg.sh      | 2 +-
 tests/convertt/fitstojpegcmyk.sh  | 2 +-
 tests/convertt/fitstopdf.sh       | 2 +-
 tests/convertt/fitstotxt.sh       | 2 +-
 tests/convertt/jpegtofits.sh      | 2 +-
 tests/convertt/jpegtotxt.sh       | 2 +-
 tests/convolve/frequency.sh       | 2 +-
 tests/convolve/spatial.sh         | 2 +-
 tests/cosmiccal/simpletest.sh     | 2 +-
 tests/crop/imgcat.sh              | 2 +-
 tests/crop/imgoutpolygon.sh       | 2 +-
 tests/crop/imgpolygon.sh          | 2 +-
 tests/crop/radec.sh               | 2 +-
 tests/crop/section.sh             | 2 +-
 tests/crop/wcscat.sh              | 2 +-
 tests/crop/wcspolygon.sh          | 2 +-
 tests/crop/xcyc.sh                | 2 +-
 tests/crop/xcycnoblank.sh         | 2 +-
 tests/fits/copyhdu.sh             | 2 +-
 tests/fits/delete.sh              | 2 +-
 tests/fits/print.sh               | 2 +-
 tests/fits/update.sh              | 2 +-
 tests/fits/write.sh               | 2 +-
 tests/lib/multithread.sh          | 2 +-
 tests/lib/versioncpp.sh           | 2 +-
 tests/mkcatalog/aperturephot.sh   | 2 +-
 tests/mkcatalog/simple.sh         | 2 +-
 tests/mknoise/addnoise.sh         | 2 +-
 tests/mkprof/clearcanvas.sh       | 2 +-
 tests/mkprof/ellipticalmasks.sh   | 2 +-
 tests/mkprof/mosaic1.sh           | 2 +-
 tests/mkprof/mosaic2.sh           | 2 +-
 tests/mkprof/mosaic3.sh           | 2 +-
 tests/mkprof/mosaic4.sh           | 2 +-
 tests/mkprof/radeccat.sh          | 2 +-
 tests/noisechisel/noisechisel.sh  | 2 +-
 tests/statistics/basicstats.sh    | 2 +-
 tests/statistics/estimate_sky.sh  | 2 +-
 tests/table/fits-ascii-to-txt.sh  | 2 +-
 tests/table/fits-binary-to-txt.sh | 2 +-
 tests/table/txt-to-fits-ascii.sh  | 2 +-
 tests/table/txt-to-fits-binary.sh | 2 +-
 tests/warp/homographic.sh         | 2 +-
 tests/warp/warp_scale.sh          | 2 +-
 50 files changed, 50 insertions(+), 50 deletions(-)

diff --git a/tests/arithmetic/onlynumbers.sh b/tests/arithmetic/onlynumbers.sh
index e261b1e..910dc6d 100755
--- a/tests/arithmetic/onlynumbers.sh
+++ b/tests/arithmetic/onlynumbers.sh
@@ -19,7 +19,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 prog=arithmetic
diff --git a/tests/arithmetic/or.sh b/tests/arithmetic/or.sh
index 57a6fdd..2a18d1f 100755
--- a/tests/arithmetic/or.sh
+++ b/tests/arithmetic/or.sh
@@ -19,7 +19,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 prog=arithmetic
diff --git a/tests/arithmetic/snimage.sh b/tests/arithmetic/snimage.sh
index 309d254..7548517 100755
--- a/tests/arithmetic/snimage.sh
+++ b/tests/arithmetic/snimage.sh
@@ -19,7 +19,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 prog=arithmetic
diff --git a/tests/arithmetic/where.sh b/tests/arithmetic/where.sh
index 97a4178..d394028 100755
--- a/tests/arithmetic/where.sh
+++ b/tests/arithmetic/where.sh
@@ -19,7 +19,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 prog=arithmetic
diff --git a/tests/buildprog/simpleio.sh b/tests/buildprog/simpleio.sh
index da4c7b1..44841e4 100755
--- a/tests/buildprog/simpleio.sh
+++ b/tests/buildprog/simpleio.sh
@@ -19,7 +19,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 img=psf.fits
diff --git a/tests/convertt/blankch.sh b/tests/convertt/blankch.sh
index 90641f6..74b182b 100755
--- a/tests/convertt/blankch.sh
+++ b/tests/convertt/blankch.sh
@@ -19,7 +19,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 img=psf.fits
diff --git a/tests/convertt/fitstojpeg.sh b/tests/convertt/fitstojpeg.sh
index fd596e7..053153d 100755
--- a/tests/convertt/fitstojpeg.sh
+++ b/tests/convertt/fitstojpeg.sh
@@ -18,7 +18,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 img=psf.fits
diff --git a/tests/convertt/fitstojpegcmyk.sh b/tests/convertt/fitstojpegcmyk.sh
index d7b2793..92c2f99 100755
--- a/tests/convertt/fitstojpegcmyk.sh
+++ b/tests/convertt/fitstojpegcmyk.sh
@@ -19,7 +19,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 img=psf.fits
diff --git a/tests/convertt/fitstopdf.sh b/tests/convertt/fitstopdf.sh
index 5b0c844..69b75e7 100755
--- a/tests/convertt/fitstopdf.sh
+++ b/tests/convertt/fitstopdf.sh
@@ -19,7 +19,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 prog=convertt
diff --git a/tests/convertt/fitstotxt.sh b/tests/convertt/fitstotxt.sh
index 8fe5742..c99ab46 100755
--- a/tests/convertt/fitstotxt.sh
+++ b/tests/convertt/fitstotxt.sh
@@ -19,7 +19,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 img=psf.fits
diff --git a/tests/convertt/jpegtofits.sh b/tests/convertt/jpegtofits.sh
index c4ec813..179a61b 100755
--- a/tests/convertt/jpegtofits.sh
+++ b/tests/convertt/jpegtofits.sh
@@ -19,7 +19,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 prog=convertt
diff --git a/tests/convertt/jpegtotxt.sh b/tests/convertt/jpegtotxt.sh
index 67d26cb..edf570b 100755
--- a/tests/convertt/jpegtotxt.sh
+++ b/tests/convertt/jpegtotxt.sh
@@ -19,7 +19,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 img=psf.jpg
diff --git a/tests/convolve/frequency.sh b/tests/convolve/frequency.sh
index 10b6a80..4bdf9a2 100755
--- a/tests/convolve/frequency.sh
+++ b/tests/convolve/frequency.sh
@@ -19,7 +19,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 psf=psf.fits
diff --git a/tests/convolve/spatial.sh b/tests/convolve/spatial.sh
index d9cebc2..92c1aa8 100755
--- a/tests/convolve/spatial.sh
+++ b/tests/convolve/spatial.sh
@@ -19,7 +19,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 psf=psf.fits
diff --git a/tests/cosmiccal/simpletest.sh b/tests/cosmiccal/simpletest.sh
index cd346a8..b6aeac6 100755
--- a/tests/cosmiccal/simpletest.sh
+++ b/tests/cosmiccal/simpletest.sh
@@ -19,7 +19,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 prog=cosmiccal
diff --git a/tests/crop/imgcat.sh b/tests/crop/imgcat.sh
index 34a1e93..fddf1d0 100755
--- a/tests/crop/imgcat.sh
+++ b/tests/crop/imgcat.sh
@@ -19,7 +19,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 prog=crop
diff --git a/tests/crop/imgoutpolygon.sh b/tests/crop/imgoutpolygon.sh
index 12e0550..173028a 100755
--- a/tests/crop/imgoutpolygon.sh
+++ b/tests/crop/imgoutpolygon.sh
@@ -19,7 +19,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 prog=crop
diff --git a/tests/crop/imgpolygon.sh b/tests/crop/imgpolygon.sh
index d1ce4b9..3144712 100755
--- a/tests/crop/imgpolygon.sh
+++ b/tests/crop/imgpolygon.sh
@@ -19,7 +19,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 prog=crop
diff --git a/tests/crop/radec.sh b/tests/crop/radec.sh
index 6ded513..8a36edf 100755
--- a/tests/crop/radec.sh
+++ b/tests/crop/radec.sh
@@ -19,7 +19,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 prog=crop
diff --git a/tests/crop/section.sh b/tests/crop/section.sh
index 07666ac..ec034a4 100755
--- a/tests/crop/section.sh
+++ b/tests/crop/section.sh
@@ -19,7 +19,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 prog=crop
diff --git a/tests/crop/wcscat.sh b/tests/crop/wcscat.sh
index cc9b31f..9bfa7bd 100755
--- a/tests/crop/wcscat.sh
+++ b/tests/crop/wcscat.sh
@@ -19,7 +19,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 prog=crop
diff --git a/tests/crop/wcspolygon.sh b/tests/crop/wcspolygon.sh
index 0fb694c..762c59e 100755
--- a/tests/crop/wcspolygon.sh
+++ b/tests/crop/wcspolygon.sh
@@ -19,7 +19,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 prog=crop
diff --git a/tests/crop/xcyc.sh b/tests/crop/xcyc.sh
index ed825d1..fcee436 100755
--- a/tests/crop/xcyc.sh
+++ b/tests/crop/xcyc.sh
@@ -19,7 +19,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 prog=crop
diff --git a/tests/crop/xcycnoblank.sh b/tests/crop/xcycnoblank.sh
index 691de8f..6544485 100755
--- a/tests/crop/xcycnoblank.sh
+++ b/tests/crop/xcycnoblank.sh
@@ -19,7 +19,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 prog=crop
diff --git a/tests/fits/copyhdu.sh b/tests/fits/copyhdu.sh
index b76f7ee..4354cea 100755
--- a/tests/fits/copyhdu.sh
+++ b/tests/fits/copyhdu.sh
@@ -19,7 +19,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 prog=fits
diff --git a/tests/fits/delete.sh b/tests/fits/delete.sh
index 60fe2cd..4c8f932 100755
--- a/tests/fits/delete.sh
+++ b/tests/fits/delete.sh
@@ -19,7 +19,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 prog=fits
diff --git a/tests/fits/print.sh b/tests/fits/print.sh
index 40d99e6..5c2e07d 100755
--- a/tests/fits/print.sh
+++ b/tests/fits/print.sh
@@ -19,7 +19,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 prog=fits
diff --git a/tests/fits/update.sh b/tests/fits/update.sh
index 889e7eb..1b7a6eb 100755
--- a/tests/fits/update.sh
+++ b/tests/fits/update.sh
@@ -19,7 +19,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 prog=fits
diff --git a/tests/fits/write.sh b/tests/fits/write.sh
index ab476bf..8bc9b6b 100755
--- a/tests/fits/write.sh
+++ b/tests/fits/write.sh
@@ -19,7 +19,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 prog=fits
diff --git a/tests/lib/multithread.sh b/tests/lib/multithread.sh
index 378da79..f1f3460 100755
--- a/tests/lib/multithread.sh
+++ b/tests/lib/multithread.sh
@@ -20,7 +20,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 img=psf.fits
diff --git a/tests/lib/versioncpp.sh b/tests/lib/versioncpp.sh
index 0d5654f..3d8c288 100755
--- a/tests/lib/versioncpp.sh
+++ b/tests/lib/versioncpp.sh
@@ -19,7 +19,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 execname=./versioncpp
diff --git a/tests/mkcatalog/aperturephot.sh b/tests/mkcatalog/aperturephot.sh
index 38571ec..3364699 100755
--- a/tests/mkcatalog/aperturephot.sh
+++ b/tests/mkcatalog/aperturephot.sh
@@ -19,7 +19,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 prog=mkcatalog
diff --git a/tests/mkcatalog/simple.sh b/tests/mkcatalog/simple.sh
index 62138e2..42b7d76 100755
--- a/tests/mkcatalog/simple.sh
+++ b/tests/mkcatalog/simple.sh
@@ -19,7 +19,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 prog=mkcatalog
diff --git a/tests/mknoise/addnoise.sh b/tests/mknoise/addnoise.sh
index a261f52..bf73005 100755
--- a/tests/mknoise/addnoise.sh
+++ b/tests/mknoise/addnoise.sh
@@ -18,7 +18,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 #
diff --git a/tests/mkprof/clearcanvas.sh b/tests/mkprof/clearcanvas.sh
index 3b9d0cd..1b42432 100755
--- a/tests/mkprof/clearcanvas.sh
+++ b/tests/mkprof/clearcanvas.sh
@@ -19,7 +19,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 prog=mkprof
diff --git a/tests/mkprof/ellipticalmasks.sh b/tests/mkprof/ellipticalmasks.sh
index 6d6478b..37df274 100755
--- a/tests/mkprof/ellipticalmasks.sh
+++ b/tests/mkprof/ellipticalmasks.sh
@@ -19,7 +19,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 prog=mkprof
diff --git a/tests/mkprof/mosaic1.sh b/tests/mkprof/mosaic1.sh
index 7faaae5..f9eacc7 100755
--- a/tests/mkprof/mosaic1.sh
+++ b/tests/mkprof/mosaic1.sh
@@ -21,7 +21,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 prog=mkprof
diff --git a/tests/mkprof/mosaic2.sh b/tests/mkprof/mosaic2.sh
index 70bceb5..1d0257c 100755
--- a/tests/mkprof/mosaic2.sh
+++ b/tests/mkprof/mosaic2.sh
@@ -26,7 +26,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 prog=mkprof
diff --git a/tests/mkprof/mosaic3.sh b/tests/mkprof/mosaic3.sh
index 5050e0c..34cf33a 100755
--- a/tests/mkprof/mosaic3.sh
+++ b/tests/mkprof/mosaic3.sh
@@ -24,7 +24,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 prog=mkprof
diff --git a/tests/mkprof/mosaic4.sh b/tests/mkprof/mosaic4.sh
index ec72c15..f9d1a8f 100755
--- a/tests/mkprof/mosaic4.sh
+++ b/tests/mkprof/mosaic4.sh
@@ -24,7 +24,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 prog=mkprof
diff --git a/tests/mkprof/radeccat.sh b/tests/mkprof/radeccat.sh
index a3a73aa..34b125c 100755
--- a/tests/mkprof/radeccat.sh
+++ b/tests/mkprof/radeccat.sh
@@ -19,7 +19,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 prog=mkprof
diff --git a/tests/noisechisel/noisechisel.sh b/tests/noisechisel/noisechisel.sh
index d527c09..b9e593e 100755
--- a/tests/noisechisel/noisechisel.sh
+++ b/tests/noisechisel/noisechisel.sh
@@ -19,7 +19,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 prog=noisechisel
diff --git a/tests/statistics/basicstats.sh b/tests/statistics/basicstats.sh
index c875ea4..44ed365 100755
--- a/tests/statistics/basicstats.sh
+++ b/tests/statistics/basicstats.sh
@@ -19,7 +19,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 prog=statistics
diff --git a/tests/statistics/estimate_sky.sh b/tests/statistics/estimate_sky.sh
index 086dc7f..fd5116d 100755
--- a/tests/statistics/estimate_sky.sh
+++ b/tests/statistics/estimate_sky.sh
@@ -19,7 +19,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 prog=statistics
diff --git a/tests/table/fits-ascii-to-txt.sh b/tests/table/fits-ascii-to-txt.sh
index 96df459..ea5a098 100755
--- a/tests/table/fits-ascii-to-txt.sh
+++ b/tests/table/fits-ascii-to-txt.sh
@@ -19,7 +19,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 prog=table
diff --git a/tests/table/fits-binary-to-txt.sh 
b/tests/table/fits-binary-to-txt.sh
index faf807d..15c1b75 100755
--- a/tests/table/fits-binary-to-txt.sh
+++ b/tests/table/fits-binary-to-txt.sh
@@ -19,7 +19,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 prog=table
diff --git a/tests/table/txt-to-fits-ascii.sh b/tests/table/txt-to-fits-ascii.sh
index 12aaa5d..93ed8be 100755
--- a/tests/table/txt-to-fits-ascii.sh
+++ b/tests/table/txt-to-fits-ascii.sh
@@ -19,7 +19,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 prog=table
diff --git a/tests/table/txt-to-fits-binary.sh 
b/tests/table/txt-to-fits-binary.sh
index 5708f35..937633e 100755
--- a/tests/table/txt-to-fits-binary.sh
+++ b/tests/table/txt-to-fits-binary.sh
@@ -19,7 +19,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 prog=table
diff --git a/tests/warp/homographic.sh b/tests/warp/homographic.sh
index 4b65c10..3cab490 100755
--- a/tests/warp/homographic.sh
+++ b/tests/warp/homographic.sh
@@ -19,7 +19,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 prog=warp
diff --git a/tests/warp/warp_scale.sh b/tests/warp/warp_scale.sh
index c20e625..bf6643c 100755
--- a/tests/warp/warp_scale.sh
+++ b/tests/warp/warp_scale.sh
@@ -19,7 +19,7 @@
 # Preliminaries
 # =============
 #
-# Set the variabels (The executable is in the build tree). Do the
+# Set the variables (The executable is in the build tree). Do the
 # basic checks to see if the executable is made or if the defaults
 # file exists (basicchecks.sh is in the source tree).
 prog=warp



reply via email to

[Prev in Thread] Current Thread [Next in Thread]