aboutsummaryrefslogtreecommitdiff
path: root/src/backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend.h')
-rw-r--r--src/backend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend.h b/src/backend.h
index 46a8642..00fd092 100644
--- a/src/backend.h
+++ b/src/backend.h
@@ -11,7 +11,7 @@ enum backend_result {
BACKEND_SUCCESS = 0,
/* Represents a bad file or path, implies that other backends would also fail
- * and shouln't be tried.
+ * and shouldn't be tried.
*/
BACKEND_BAD_PATH = 1,