aboutsummaryrefslogtreecommitdiffstats
path: root/src/ctrl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctrl.c')
-rw-r--r--src/ctrl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ctrl.c b/src/ctrl.c
index 05a0107..c610d92 100644
--- a/src/ctrl.c
+++ b/src/ctrl.c
@@ -95,7 +95,7 @@ static bool get_subscriber(struct db_context *dbc,
cmd->reply = "No such subscriber.";
return false;
default:
- cmd->reply = "An unknown error has occured during get_subscriber().";
+ cmd->reply = "An unknown error has occurred during get_subscriber().";
return false;
}
}