changeset 4367:aa04c532d69b

[project @ 2003-03-14 01:17:18 by jwe]
author jwe
date Fri, 14 Mar 2003 01:17:18 +0000
parents ad851d04b396
children c45874c087c7
files src/DLD-FUNCTIONS/time.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/time.cc	Wed Mar 05 09:49:18 2003 +0000
+++ b/src/DLD-FUNCTIONS/time.cc	Fri Mar 14 01:17:18 2003 +0000
@@ -398,7 +398,7 @@
 
 DEFUN_DLD (strptime, args, ,
  "-*- texinfo -*-\n\
-@deftypefn {Loadable Function} {[@var{tm_struct}, @var{nchars}] =} stpftime (@var{str}, @var{fmt})\n\
+@deftypefn {Loadable Function} {[@var{tm_struct}, @var{nchars}] =} strptime (@var{str}, @var{fmt})\n\
 Convert the string @var{str} to a time structure under the control of\n\
 the format @var{fmt}.\n\
 @end deftypefn")