From e8cb0ef8270cb4cf95c3e6b46763e1fdd8ad89e1 Mon Sep 17 00:00:00 2001
From: Juanma Barranquero <lekktu@gmail.com>
Date: Thu, 8 May 2008 15:43:49 +0000
Subject: [PATCH] (org-irc-parse-link): Fix typo in docstring.

---
 lisp/org/org-irc.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org/org-irc.el b/lisp/org/org-irc.el
index df4c1a2a0db..5704929ffbb 100644
--- a/lisp/org/org-irc.el
+++ b/lisp/org/org-irc.el
@@ -88,7 +88,7 @@
 (defun org-irc-parse-link (link)
   "Parse an IRC LINK and return the attributes found.
 Parse a LINK that looks like server:port/chan/user (port, chan
-and user being optional) and return any or the port, channel or user
+and user being optional) and return any of the port, channel or user
 attributes that are found."
   (let* ((parts (split-string link "/" t))
          (len (length parts)))
-- 
2.39.5