# HG changeset patch # User Philip Nienhuis # Date 1425822433 -3600 # Node ID 09cb7e1e46d1ddda4dd4f76bdf7d5fa9b3d4a649 # Parent 66928b4546ab5e792750f41126ea92a71c98b0a1 miscellaneous/tmpnam.m: fix typo in texinfo header diff --git a/scripts/miscellaneous/tmpnam.m b/scripts/miscellaneous/tmpnam.m --- a/scripts/miscellaneous/tmpnam.m +++ b/scripts/miscellaneous/tmpnam.m @@ -30,7 +30,7 @@ ## Programming Note: Because the named file is not opened by @code{tmpnam}, ## it is possible, though relatively unlikely, that it will not be available ## by the time your program attempts to open it. If this is a concern, -## see @code{tmpfile}. The functions @code{tmpnam} and @code{tmpnam} are +## see @code{tmpfile}. The functions @code{tmpnam} and @code{tempname} are ## equivalent with the latter provided for @sc{matlab} compatibility. ## ## @strong{Caution}: @code{tmpnam} will be removed in a future version of