Index: imclose.m
===================================================================
--- imclose.m	(revision 5425)
+++ imclose.m	(working copy)
@@ -1,22 +1,22 @@
-## Copyright (C) 2008 Soren Hauberg
-## 
-## This program is free software; you can redistribute it and/or
-## modify it under the terms of the GNU General Public License
-## as published by the Free Software Foundation; either version 2
-## of the License, or (at your option) any later version.
-## 
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
+## Copyright (C) 2008 Soren Hauberg
+## 
+## This program is free software; you can redistribute it and/or
+## modify it under the terms of the GNU General Public License
+## as published by the Free Software Foundation; either version 2
+## of the License, or (at your option) any later version.
+## 
+## This program is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+## GNU General Public License for more details.
 
 ## -*- texinfo -*-
 ## @deftypefn {Function File} @var{B} = imclose (@var{A}, @var{se})
-## Perform morphological closening on a given image.
+## Perform morphological closing on a given image.
 ## The image @var{A} must be a grayscale or binary image, and @var{se} must be a
 ## structuring element.
 ##
-## The closening corresponds to a dilation followed by an erosion of the image, i.e.
+## The closing corresponds to a dilation followed by an erosion of the image, i.e.
 ## @example
 ## B = imerode(imdilate(A, se), se);
 ## @end example
