changeset 25183:e3d5c1def2c8 stable

doc: fix remaining mention of old name for Octave:data-file-in-path (bug #53588) * warning_ids.m: Change remaining mention of Octave:fopen-file-in-path. Fix small typo in doc string.
author Mike Miller <mtmiller@octave.org>
date Mon, 09 Apr 2018 11:30:58 -0700
parents f04a5543afda
children 1b1b29705d53
files scripts/help/warning_ids.m
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/help/warning_ids.m	Mon Apr 09 11:23:31 2018 -0700
+++ b/scripts/help/warning_ids.m	Mon Apr 09 11:30:58 2018 -0700
@@ -182,8 +182,8 @@
 ## issued when Octave does not find the target of a file operation such as
 ## @code{load} or @code{fopen} directly, but is able to locate the file in
 ## Octave's search @code{path} for files.  The warning could indicate that a
-## different file target then the programmer intended is being used.
-## By default, the @code{Octave:fopen-file-in-path} warning is enabled.
+## different file target than the programmer intended is being used.
+## By default, the @code{Octave:data-file-in-path} warning is enabled.
 ##
 ## @item Octave:function-name-clash
 ## If the @code{Octave:function-name-clash} warning is enabled, a