gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 8a861fd: Spell checks in NoiseChisel and sort-


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 8a861fd: Spell checks in NoiseChisel and sort-by-night script
Date: Tue, 11 Jun 2019 10:18:22 -0400 (EDT)

branch: master
commit 8a861fd3770d0cdac94e90a005163eaf823f0f4a
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    Spell checks in NoiseChisel and sort-by-night script
    
    After attempting a Debian packaging of Gnuastro, Lintian reported two typos
    that are corrected with this commit.
---
 bin/noisechisel/ui.c        | 2 +-
 bin/script/sort-by-night.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/noisechisel/ui.c b/bin/noisechisel/ui.c
index 09941b1..ef8345a 100644
--- a/bin/noisechisel/ui.c
+++ b/bin/noisechisel/ui.c
@@ -581,7 +581,7 @@ ui_preparations_read_input(struct noisechiselparams *p)
           "can only operate on 2D datasets (images)", p->inputname, p->cp.hdu,
           p->input->ndim);
 
-  /* Check the values of dimention-related options. */
+  /* Check the values of dimension-related options. */
   ndim=p->input->ndim;
   ui_ngb_check(p->holengb, "holengb", ndim);
   ui_ngb_check(p->erodengb, "erodengb", ndim);
diff --git a/bin/script/sort-by-night.in b/bin/script/sort-by-night.in
index 41bde36..5a882e4 100644
--- a/bin/script/sort-by-night.in
+++ b/bin/script/sort-by-night.in
@@ -86,7 +86,7 @@ $scriptname options:
   -h, --hdu=STR           HDU/extension of all input FITS files.
   -k, --key=STR           Header keyword specifying date to use.
   -H, --hour=FLT          Hour in next day to be included in night.
-                          Be aware of time zones whith this argument!
+                          Be aware of time zones with this argument!
 
  Output:
   -l, --link              list of inputs with night and file number.



reply via email to

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