summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGard Spreemann <gspreemann@gmail.com>2016-03-29 14:25:46 +0200
committerGard Spreemann <gspreemann@gmail.com>2016-03-29 14:25:46 +0200
commit75b4d2bd19d78deaf726a0e83765d2fea985ece0 (patch)
treeaa283f322370594887a7c5e92878095d390f0b50
parent40c7912ebff309a0db3e7ab6ace7a8c8b290e486 (diff)
Typo
-rw-r--r--phstuff/diphawrapper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/phstuff/diphawrapper.py b/phstuff/diphawrapper.py
index 2ae5f11..2cead35 100644
--- a/phstuff/diphawrapper.py
+++ b/phstuff/diphawrapper.py
@@ -298,7 +298,7 @@ class DiphaRunner:
self.top_dim = int(top_dim)
if top_dim <= 0:
- raise ValueError("Top dimension must be postitive.")
+ raise ValueError("Top dimension must be strictly positive.")
if cpu_count is None:
try: