gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 1b9d861: MakeCatalog: corrected typo in output


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 1b9d861: MakeCatalog: corrected typo in output
Date: Mon, 11 Nov 2019 10:14:28 -0500 (EST)

branch: master
commit 1b9d861bb86d359126319267d3a73a98feb7e102
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    MakeCatalog: corrected typo in output
    
    Until now in the output of MakeCatalog, the term `Supplementary' was
    incorrectly written as `Supplimentary'! With this commit it has been fixed.
    
    This was found by Joseph Putko.
---
 bin/mkcatalog/mkcatalog.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/mkcatalog/mkcatalog.c b/bin/mkcatalog/mkcatalog.c
index af7a6c2..bf32ad0 100644
--- a/bin/mkcatalog/mkcatalog.c
+++ b/bin/mkcatalog/mkcatalog.c
@@ -449,10 +449,10 @@ mkcatalog_outputs_same_start(struct mkcatalogparams *p, 
int o0c1,
   mkcatalog_write_inputs_in_comments(p, &comments, 1, 1);
 
 
-  /* Write other supplimentary information. */
+  /* Write other supplementary information. */
   if(p->cp.tableformat==GAL_TABLE_FORMAT_TXT)
     {
-      if( asprintf(&str, "--------- Supplimentary information ---------")<0 )
+      if( asprintf(&str, "--------- Supplementary information ---------")<0 )
         error(EXIT_FAILURE, 0, "%s: asprintf allocation", __func__);
       gal_list_str_add(&comments, str, 0);
     }



reply via email to

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