diff options
author | Lance Stout <lancestout@gmail.com> | 2010-06-27 16:33:59 -0400 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2010-06-27 16:33:59 -0400 |
commit | 6041cd1952cbe3a54354eaa6395d49986632e871 (patch) | |
tree | 1628cdfe803a15549d30bc272903e8aab79f7236 /sleekxmpp | |
parent | acb53ba371952e70a53e96d7c7b71961b68b36a8 (diff) | |
download | slixmpp-6041cd1952cbe3a54354eaa6395d49986632e871.tar.gz slixmpp-6041cd1952cbe3a54354eaa6395d49986632e871.tar.bz2 slixmpp-6041cd1952cbe3a54354eaa6395d49986632e871.tar.xz slixmpp-6041cd1952cbe3a54354eaa6395d49986632e871.zip |
Fixed typo
Diffstat (limited to 'sleekxmpp')
-rw-r--r-- | sleekxmpp/plugins/xep_0030.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sleekxmpp/plugins/xep_0030.py b/sleekxmpp/plugins/xep_0030.py index 73f4636f..93e094f2 100644 --- a/sleekxmpp/plugins/xep_0030.py +++ b/sleekxmpp/plugins/xep_0030.py @@ -3,7 +3,7 @@ Copyright (C) 2010 Nathanael C. Fritz, Lance J.T. Stout This file is part of SleekXMPP. - See the file license.txt for copying permissio + See the file license.txt for copying permission. """ import logging |