* (nntp-prepare-post-hook): Fix typo in doc string ("postting" -> "posting").
authoryamaoka <yamaoka>
Tue, 12 Jan 1999 04:38:10 +0000 (04:38 +0000)
committeryamaoka <yamaoka>
Tue, 12 Jan 1999 04:38:10 +0000 (04:38 +0000)
lisp/nntp.el

index 26c85cd..9f2be03 100644 (file)
@@ -175,7 +175,7 @@ server there that you can connect to.  See also
 If this variable is nil, which is the default, no timers are set.")
 
 (defvoo nntp-prepare-post-hook nil
-  "*Hook run just before postting an article. It is supposed to be used for
+  "*Hook run just before posting an article. It is supposed to be used for
 inserting Cancel-Lock headers, signing with Gpg, etc.")
 
 ;;; Internal variables.