gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 413c8f3 1/3: Some minor spell checkings


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 413c8f3 1/3: Some minor spell checkings
Date: Sat, 22 Oct 2016 22:30:47 +0000 (UTC)

branch: master
commit 413c8f380f4ffbbc8bcfadc9975394cf6a3b2648
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    Some minor spell checkings
    
    In several places `output' and `parameter' were written as `ouput' and
    `paramter'. They were both corrected.
---
 bin/convertt/ui.c                   |    2 +-
 bin/imgwarp/ui.c                    |    2 +-
 bin/noisechisel/astnoisechisel.conf |    2 +-
 bin/noisechisel/label.c             |    2 +-
 lib/configfiles.c                   |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/bin/convertt/ui.c b/bin/convertt/ui.c
index 184c074..60f5bbd 100644
--- a/bin/convertt/ui.c
+++ b/bin/convertt/ui.c
@@ -519,7 +519,7 @@ sanitycheck(struct converttparams *p)
         }
     }
   else
-    error(EXIT_FAILURE, 0, "no ouput file name or extension is specified, "
+    error(EXIT_FAILURE, 0, "no output file name or extension is specified, "
           "Please run "SPACK" again with the `--output' or `-o' option.\n\n"
           "The value to this option doesn't have to be a file name, you "
           "can also only give an extension (in which case your input file"
diff --git a/bin/imgwarp/ui.c b/bin/imgwarp/ui.c
index c8ba85f..f8ba672 100644
--- a/bin/imgwarp/ui.c
+++ b/bin/imgwarp/ui.c
@@ -644,7 +644,7 @@ makealignmatrix(struct imgwarpparams *p, double *tmatrix)
   */
 
 
-  /* Put the matrix elements into the ouput array: */
+  /* Put the matrix elements into the output array: */
   tmatrix[0]=amatrix[0];  tmatrix[1]=amatrix[1]; tmatrix[2]=0.0f;
   tmatrix[3]=amatrix[2];  tmatrix[4]=amatrix[3]; tmatrix[5]=0.0f;
   tmatrix[6]=0.0f;        tmatrix[7]=0.0f;       tmatrix[8]=1.0f;
diff --git a/bin/noisechisel/astnoisechisel.conf 
b/bin/noisechisel/astnoisechisel.conf
index 4836354..8c13931 100644
--- a/bin/noisechisel/astnoisechisel.conf
+++ b/bin/noisechisel/astnoisechisel.conf
@@ -1,7 +1,7 @@
 # Default parameters (System) for NoiseChisel.
 # NoiseChisel is part of GNU Astronomy Utitlies.
 #
-# Use the long option name of each paramter followed by
+# Use the long option name of each parameter followed by
 # a value. The name and value should be separated by
 # atleast one of the following charaacters:
 # space, `,`, `=` or `:`
diff --git a/bin/noisechisel/label.c b/bin/noisechisel/label.c
index 3cf1b65..daff97a 100644
--- a/bin/noisechisel/label.c
+++ b/bin/noisechisel/label.c
@@ -210,7 +210,7 @@ BF_concmp(unsigned char *byt, long *lab, size_t s0, size_t 
s1,
 
 
 /* This function applied the same principles of the above function but
-   on an adjacency matrix. Its ouput is an array the size of one side
+   on an adjacency matrix. Its output is an array the size of one side
    of the adjacency matrix that will have the label each object should
    have.
 
diff --git a/lib/configfiles.c b/lib/configfiles.c
index db5f952..9162ff0 100644
--- a/lib/configfiles.c
+++ b/lib/configfiles.c
@@ -189,7 +189,7 @@ gal_configfiles_write_local_config_stop(char *indir, char 
*filename,
   fprintf(fp, "# Default parameters for %s (%s).\n"
           "# %s is part of GNU Astronomy Utitlies.\n"
           "# This file was created on %s#\n"
-          "# Use the long option name of each paramter followed by\n"
+          "# Use the long option name of each parameter followed by\n"
           "# a value. The name and value should be separated by\n"
           "# at least one of the following characters:\n"
           "# space, `,`, `=` or `:`.\n#\n"



reply via email to

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