about summary refs log tree commit diff
path: root/editor/specialty
diff options
context:
space:
mode:
Diffstat (limited to 'editor/specialty')
-rw-r--r--editor/specialty/pgmmorphconv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/specialty/pgmmorphconv.c b/editor/specialty/pgmmorphconv.c
index d6cac51d..2ba2d62d 100644
--- a/editor/specialty/pgmmorphconv.c
+++ b/editor/specialty/pgmmorphconv.c
@@ -295,7 +295,7 @@ closeMorph(bit **         const template,
 
 static void
 subtract(gray **      const subtrahendImage,
-         gray **      const substractorIImage,
+         gray **      const subtractorImage,
          gray **      const outImage, 
          unsigned int const rows,
          unsigned int const cols ) {