]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/nnweb.el
Update copyright year to 2015
[gnu-emacs] / lisp / gnus / nnweb.el
index e909372e8a742c109ddcf3108d94961d8b5d0e89..f53e314d1d8368cd3521859c5e763674eb08a7c4 100644 (file)
@@ -1,6 +1,6 @@
 ;;; nnweb.el --- retrieving articles via web search engines
 
-;; Copyright (C) 1996-2014 Free Software Foundation, Inc.
+;; Copyright (C) 1996-2015 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
 ;; Keywords: news
@@ -438,7 +438,7 @@ Valid types include `google', `dejanews', and `gmane'.")
   t)
 
 (defun nnweb-google-identity (url)
-  "Return an unique identifier based on URL."
+  "Return a unique identifier based on URL."
   (if (string-match "selm=\\([^ &>]+\\)" url)
       (match-string 1 url)
     url))