fix spelling errors detected by lintian

Change-Id: I2a1a21aceabc20fadc5dd28985a94689d2b873a2
This commit is contained in:
Thorsten Alteholz 2019-07-16 21:21:36 +02:00 committed by laforge
parent 8b860e54be
commit b07f33df41
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}