# HG changeset patch # User jwe # Date 975544480 0 # Node ID 509f8aac6eb7c759465996875bdbc5f2b61ab844 # Parent b0588fc1f3caeda95d85f1f9777ae558e0b1480c [project @ 2000-11-30 00:34:40 by jwe] diff --git a/src/ov-usr-fcn.cc b/src/ov-usr-fcn.cc --- a/src/ov-usr-fcn.cc +++ b/src/ov-usr-fcn.cc @@ -489,7 +489,7 @@ DEFUNX ("va_arg", Fva_arg, args, , "-*- texinfo -*-\n\ @deftypefn {Built-in Function} {} va_arg ()\n\ -Return the value of hte next available argument and move the internal\n\ +Return the value of the next available argument and move the internal\n\ pointer to the next argument. It is an error to call @code{va_arg}\n\ when ther eare no more arguments available, or in a function that\n\ has not been declared to take a variable number of parameters.\n\