diff scripts/miscellaneous/tmpnam.m @ 20128:09cb7e1e46d1

miscellaneous/tmpnam.m: fix typo in texinfo header
author Philip Nienhuis <prnienhuis@users.sf.net>
date Sun, 08 Mar 2015 14:47:13 +0100
parents 4197fc428c7d
children df437a52bcaf
line wrap: on
line diff
--- 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