diff --git a/src/builtin_functions.c b/src/builtin_functions.c index 06c3da92ef5abb0f51de7fcfcf824465bb98200f..df971afe2624d244684605b299cb0015027db9fb 100644 --- a/src/builtin_functions.c +++ b/src/builtin_functions.c @@ -5,7 +5,7 @@ \*/ /**/ #include "global.h" -RCSID("$Id: builtin_functions.c,v 1.391 2001/07/05 00:09:41 mast Exp $"); +RCSID("$Id: builtin_functions.c,v 1.392 2001/07/08 18:19:54 lange Exp $"); #include "interpret.h" #include "svalue.h" #include "pike_macros.h" @@ -2190,7 +2190,7 @@ PMOD_EXPORT void f_crypt(INT32 args) *! *! Mark an object as destructed. *! - *! Calls @tt{o->destroy()@}, and then clears all varaibles in the object. + *! Calls @tt{o->destroy()@}, and then clears all variables in the object. *! *! All pointers and function pointers to this object will become zero. *! The destructed object will be freed from memory as soon as possible.