]> git.pld-linux.org Git - packages/gajim.git/commitdiff
- fix typos
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 23 Dec 2005 23:51:53 +0000 (23:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gajim-typos.patch -> 1.1

gajim-typos.patch [new file with mode: 0644]

diff --git a/gajim-typos.patch b/gajim-typos.patch
new file mode 100644 (file)
index 0000000..0fa7e8b
--- /dev/null
@@ -0,0 +1,12 @@
+diff -ur gajim-0.9.org/src/common/connection.py gajim-0.9/src/common/connection.py
+--- gajim-0.9.org/src/common/connection.py     2005-12-23 14:20:58.000000000 +0100
++++ gajim-0.9/src/common/connection.py 2005-12-24 00:51:16.000000000 +0100
+@@ -1287,7 +1287,7 @@
+                       try:
+                               j = helpers.parse_jid(jid)
+                       except:
+-                              print >> sys.sterr, _('Jid %s is not RFC compliant. It will not be added to your roster. Use roster management tools such as http://jru.jabberstudio.org/ to remove it') % jid
++                              print >> sys.stderr, _('Jid %s is not RFC compliant. It will not be added to your roster. Use roster management tools such as http://jru.jabberstudio.org/ to remove it') % jid
+                       else:
+                               roster[j] = raw_roster[jid]
This page took 0.029378 seconds and 4 git commands to generate.