1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 19:29:53 +03:00
aports/community/perl-anyevent-xmpp/doc-typo-fix.patch

24 lines
853 B
Diff

Patch-Source: https://github.com/AnyEvent-XMPP/AnyEvent-XMPP/commit/25f2a24da601b798397aea1469486cd55b0ca403.patch
--
From 25f2a24da601b798397aea1469486cd55b0ca403 Mon Sep 17 00:00:00 2001
From: Aleksei Papulovskii <a@c17.nl>
Date: Fri, 12 Sep 2014 12:47:14 +0200
Subject: [PATCH] Pubsub unsubscribe doc typo fix
---
lib/AnyEvent/XMPP/Ext/Pubsub.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/AnyEvent/XMPP/Ext/Pubsub.pm b/lib/AnyEvent/XMPP/Ext/Pubsub.pm
index 0c2d8f2..c38a80c 100644
--- a/lib/AnyEvent/XMPP/Ext/Pubsub.pm
+++ b/lib/AnyEvent/XMPP/Ext/Pubsub.pm
@@ -170,7 +170,7 @@ sub subscribe_node {
);
}
-=item B<unsubscribe_node>($con, $uri, $bc)>
+=item B<unsubscribe_node($con, $uri, $cb)>
C<$con> is the connection already established,
C<$uri> is the name of the node to be created
C<$cb> is the callback