gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 8832ab2: Table: corrected typo in warning mess


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 8832ab2: Table: corrected typo in warning messages
Date: Wed, 14 Apr 2021 20:34:24 -0400 (EDT)

branch: master
commit 8832ab2dbea349f4abd778b10cf9b1407731e98f
Author: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>

    Table: corrected typo in warning messages
    
    Until now, the word "suppress" was mistakenly written as "supress" in two
    of the warnings of Table! This was found by Debian's Lintian package.
    
    With this commit, they have been corrected.
---
 bin/table/table.c | 2 +-
 bin/table/ui.c    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/table/table.c b/bin/table/table.c
index 86fda2b..912e408 100644
--- a/bin/table/table.c
+++ b/bin/table/table.c
@@ -661,7 +661,7 @@ table_select_by_position(struct tableparams *p)
         error(EXIT_SUCCESS, 0, "'--rowrandom' not activated because "
               "the number of rows in the table at this stage (%zu) "
               "is smaller than the number of requested random rows "
-              "(%zu). You can supress this message with '--quiet'",
+              "(%zu). You can suppress this message with '--quiet'",
               p->table->size, p->rowrandom);
       return;
     }
diff --git a/bin/table/ui.c b/bin/table/ui.c
index adbd834..ece4e24 100644
--- a/bin/table/ui.c
+++ b/bin/table/ui.c
@@ -1273,7 +1273,7 @@ ui_read_check_inputs_setup(int argc, char *argv[], struct 
tableparams *p)
       printf("Parameters used for '--randomrows':\n");
       printf("  - Random number generator name: %s\n", p->rng_name);
       printf("  - Random number generator seed: %lu\n", p->rng_seed);
-      printf("(use '--quiet' to supress this starting message)\n");
+      printf("(use '--quiet' to suppress this starting message)\n");
     }
 }
 



reply via email to

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