Browse Source

Fix comment typo in org-irc.el

Bernt Hansen 16 years ago
parent
commit
2528ec0a6d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org-irc.el

+ 1 - 1
lisp/org-irc.el

@@ -51,7 +51,7 @@
 
 (require 'org)
 
-;; Declare the function fomr ERC that we use.
+;; Declare the function form ERC that we use.
 (declare-function erc-current-logfile "erc-log" (&optional buffer))
 (declare-function erc-prompt "erc" ())
 (declare-function erc-default-target "erc" ())