[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnuastro-commits] master 18f324c: NoiseChisel: typo correction in error
From: |
Mohammad Akhlaghi |
Subject: |
[gnuastro-commits] master 18f324c: NoiseChisel: typo correction in error message |
Date: |
Tue, 11 Jun 2019 10:47:39 -0400 (EDT) |
branch: master
commit 18f324c1b506716d511b79d3d760161f25c83437
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>
NoiseChisel: typo correction in error message
Lintian reported this typo and was missed from the previous commit.
---
bin/noisechisel/ui.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/noisechisel/ui.c b/bin/noisechisel/ui.c
index ef8345a..c4c1c66 100644
--- a/bin/noisechisel/ui.c
+++ b/bin/noisechisel/ui.c
@@ -543,7 +543,7 @@ ui_ngb_check(size_t value, char *optionname, size_t ndim)
error(EXIT_FAILURE, 0, "3D input data is not yet supported");
default:
error(EXIT_FAILURE, 0, "%s: a bug! Please contact us at %s to fix the "
- "problem. Dimention value %zu is not recognized.", __func__,
+ "problem. Dimension value %zu is not recognized.", __func__,
PACKAGE_BUGREPORT, ndim);
}
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnuastro-commits] master 18f324c: NoiseChisel: typo correction in error message,
Mohammad Akhlaghi <=