aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslinderud <simen.linderud@gmail.com>2019-12-08 13:39:31 +0100
committerslinderud <simen.linderud@gmail.com>2019-12-08 13:39:31 +0100
commite3f94592109a476426b6c2945c4a8a8943f572ad (patch)
tree76c8a7b4516331bf44ec501c788d9d1874a8a499
parente9fdb3ff6b6356ba8acbf76781517d3e511cddca (diff)
templating: spelling is hard
-rwxr-xr-xtemplating/templating.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/templating/templating.py b/templating/templating.py
index 55bb3f5..1eff4a3 100755
--- a/templating/templating.py
+++ b/templating/templating.py
@@ -71,7 +71,7 @@ def root_get(path):
except requests.exceptions.HTTPError as err:
return f'HTTP error from gondul: {err}', 500
except Exception as err:
- return f'Uncaight error: {err}', 500
+ return f'Uncaught error: {err}', 500
return body, 200