aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 13:35:44 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 13:35:44 +0100
commitc6dafcb29aaca2004a734790e8ca694a5ad9c3d2 (patch)
tree5a2d8f013eb99112c8b06abba012a9b082506c53
parentUpdate e-mail (diff)
downloadpylibgamma-bdda16c4d153130dee3f979136f3a195f3c14f9f.tar.gz
pylibgamma-bdda16c4d153130dee3f979136f3a195f3c14f9f.tar.bz2
pylibgamma-bdda16c4d153130dee3f979136f3a195f3c14f9f.tar.xz
Signed-off-by: Mattias Andrée <m@maandree.se>
-rw-r--r--DEPENDENCIES2
-rw-r--r--libgamma_error.py4
2 files changed, 2 insertions, 4 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES
index 6cb6e75..488d333 100644
--- a/DEPENDENCIES
+++ b/DEPENDENCIES
@@ -4,7 +4,6 @@ RUNTIME DEPENDENCIES:
libgamma>=0.7.4
libc
-
BUILD DEPENDENCIES:
python3
@@ -16,7 +15,6 @@ BUILD DEPENDENCIES:
coreutils
pkg-config
-
INSTALL DEPENDENCIES:
make
diff --git a/libgamma_error.py b/libgamma_error.py
index bd3a9aa..78a07d2 100644
--- a/libgamma_error.py
+++ b/libgamma_error.py
@@ -390,8 +390,8 @@ LIBGAMMA_ERROR_MIN = -46
'''
The number of the libgamma error with the
lowest number. If this is lower than the
-number your program thinks it should be sould
-update your program for new errors.
+number your program thinks it should be, you
+should update your program for new errors.
'''