Correctly spell the word "quitting" in the protocol & documentation

This commit is contained in:
Ævar Arnfjörð Bjarmason
2015-12-09 22:40:52 +01:00
parent 899253359b
commit 049e182e0c
3 changed files with 3 additions and 3 deletions

View File

@ -1360,7 +1360,7 @@ cmd_ping (ServerContext *ctx, GHashTable *args, GError **err)
static MuError
cmd_quit (ServerContext *ctx, GHashTable *args , GError **err)
{
print_expr (";; quiting");
print_expr (";; quitting");
return MU_STOP;
}