summaryrefslogtreecommitdiff
path: root/server/piztor/exc.py
diff options
context:
space:
mode:
Diffstat (limited to 'server/piztor/exc.py')
-rw-r--r--server/piztor/exc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/piztor/exc.py b/server/piztor/exc.py
index 390193c..26b6210 100644
--- a/server/piztor/exc.py
+++ b/server/piztor/exc.py
@@ -1,7 +1,7 @@
class PiztorError(Exception):
pass
-class DBCurruptedError(PiztorError):
+class DBCorruptionError(PiztorError):
pass
class BadReqError(PiztorError):