changeset 19755:bf6a909d3d11

doc: Use 'nonexistent' rather than 'non-existent' in documentation. * external.txi, error_ids.m: Use 'nonexistent' rather than 'non-existent' in documentation.
author Rik <rik@octave.org>
date Sun, 15 Feb 2015 11:09:36 -0800
parents 1f66ff2a60a1
children 31d5d251f010
files doc/interpreter/external.txi scripts/miscellaneous/error_ids.m
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/external.txi	Sun Feb 15 10:36:56 2015 -0800
+++ b/doc/interpreter/external.txi	Sun Feb 15 11:09:36 2015 -0800
@@ -1093,7 +1093,7 @@
 of parameter checking to ensure that Octave behaves well.
 
 The minimum requirement, as previously discussed, is to check the number
-of input arguments before using them to avoid referencing a non-existent
+of input arguments before using them to avoid referencing a nonexistent
 argument.  However, in some cases this might not be sufficient as the
 underlying code imposes further constraints.  For example, an external
 function call might be undefined if the input arguments are not
--- a/scripts/miscellaneous/error_ids.m	Sun Feb 15 10:36:56 2015 -0800
+++ b/scripts/miscellaneous/error_ids.m	Sun Feb 15 11:09:36 2015 -0800
@@ -34,7 +34,7 @@
 ##
 ## @item Octave:invalid-indexing
 ## Indicates that a data-type was indexed incorrectly, e.g., real-value index
-## for arrays, non-existent field of a structure.
+## for arrays, nonexistent field of a structure.
 ##
 ## @item Octave:bad-alloc
 ## Indicates that memory couldn't be allocated.