Commit 27afe1996e124cf33ac37f97d725dac79f0436e5
1 parent
397d9122
Fix typo for xlib
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
mail/send_mail.anubis
| @@ -25,7 +25,7 @@ read authentication.anubis | @@ -25,7 +25,7 @@ read authentication.anubis | ||
| 25 | read smtp_client.anubis | 25 | read smtp_client.anubis |
| 26 | 26 | ||
| 27 | public define String send_mail_log = "SendMail". | 27 | public define String send_mail_log = "SendMail". |
| 28 | -public define String xlib = "Xlib". | 28 | +public define String xlib = "xlib". |
| 29 | 29 | ||
| 30 | public define LogMask send_mail_mask = logMask("send_mail"). | 30 | public define LogMask send_mail_mask = logMask("send_mail"). |
| 31 | 31 |