From f8feda843e73a670786e89d0e1d255cd3d3e655d Mon Sep 17 00:00:00 2001 From: Henrik Wallin <hedda@lysator.liu.se> Date: Thu, 13 Nov 1997 08:30:30 +0100 Subject: [PATCH] treshold -> threshold Rev: src/modules/Image/image.c:1.62 --- src/modules/Image/image.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/modules/Image/image.c b/src/modules/Image/image.c index f24374f480..d9d7680006 100644 --- a/src/modules/Image/image.c +++ b/src/modules/Image/image.c @@ -1,9 +1,9 @@ -/* $Id: image.c,v 1.61 1997/11/12 03:40:18 mirar Exp $ */ +/* $Id: image.c,v 1.62 1997/11/13 07:30:30 hedda Exp $ */ /* **! module Image **! note -**! $Id: image.c,v 1.61 1997/11/12 03:40:18 mirar Exp $ +**! $Id: image.c,v 1.62 1997/11/13 07:30:30 hedda Exp $ **! class image **! **! The main object of the <ref>Image</ref> module, this object @@ -21,7 +21,7 @@ **! <ref>line</ref>, **! <ref>setcolor</ref>, **! <ref>setpixel</ref>, -**! <ref>treshold</ref>, +**! <ref>threshold</ref>, **! <ref>tuned_box</ref>, **! <ref>polyfill</ref> **! @@ -82,7 +82,7 @@ #include "stralloc.h" #include "global.h" -RCSID("$Id: image.c,v 1.61 1997/11/12 03:40:18 mirar Exp $"); +RCSID("$Id: image.c,v 1.62 1997/11/13 07:30:30 hedda Exp $"); #include "pike_macros.h" #include "object.h" #include "constants.h" -- GitLab