Commit dfcb60d5 authored by Imran Hussain's avatar Imran Hussain
Browse files

Fix typo. "mrodod" to "mrod"

parent e361a6fd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -934,7 +934,7 @@ void t_remove(CommandList *cm, int argc, const char **argv, char *args)
	ipc_message_t * msg = ipcmsg_create(IPC_ACTION, user->posn);
	json_t * j = json_init(NULL);
	json_addstring(j, "target", argv[1]);
	json_addstring(j, "type", "mrodod");
	json_addstring(j, "type", "mrod");
	json_addstring(j, "admin", "yes");
	if (excuse!=NULL && !allspace(excuse))
		json_addstring(j, "reason", excuse);