diff src/core/xmpp.py @ 2509:d485e9416493

core (memory/cache): common cache: host has now a common_cache attribute for data which can be shared between profiles. client.cache is for private data
author Goffi <goffi@goffi.org>
date Fri, 02 Mar 2018 17:40:09 +0100
parents d6de69da3dd4
children a201194fc461
line wrap: on
line diff
--- a/src/core/xmpp.py	Fri Mar 02 17:37:41 2018 +0100
+++ b/src/core/xmpp.py	Fri Mar 02 17:40:09 2018 +0100
@@ -523,7 +523,7 @@
         # but we restrict to domish.Element to make trigger treatments easier
         assert isinstance(obj, domish.Element)
         # XXX: this trigger is the last one before sending stanza on wire
-        #      is it is intended for things like end 2 end encryption.
+        #      it is intended for things like end 2 end encryption.
         #      *DO NOT* cancel (i.e. return False) without very good reason
         #      (out of band transmission for instance).
         #      e2e should have a priority of 0 here, and out of band transmission