Fixed tyop.

This commit is contained in:
Jeremy Fincher 2003-04-19 22:38:40 +00:00
parent ed06656025
commit 499507c103
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class RootWarner(irclib.IrcCallback):
'Don\'t IRC as root -- it\'s very possible that there is a '\
'security flaw in latent in your irc client (remember the '\
'BitchX format string vulnerabilities of days past?) and if '\
'You\'re IRCing as root, your entire box could be compromised.'))
'you\'re IRCing as root, your entire box could be compromised.'))
Class = RootWarner