Skip to content
Snippets Groups Projects
Commit e5534633 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Fixed typo.

Rev: lib/modules/Protocols.pmod/IMAP.pmod/requests.pmod:1.16
parent 4145a357
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ class request
mapping bad(string msg)
{
return ([ "action" : bat, "tag" : tag, "msg" : msg]);
return ([ "action" : "bad", "tag" : tag, "msg" : msg]);
}
mapping easy_process(mixed ... args);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment