changeset 27230:9f44123dc25b

validsetargs.m: Fix typo introduced in cset 255f2681d224. * validsetargs.m: Change by_rows_arg variable name to arg{1}.
author Rik <rik@octave.org>
date Wed, 10 Jul 2019 19:51:37 -0700
parents 255f2681d224
children 3d10834979f8
files scripts/set/private/validsetargs.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/set/private/validsetargs.m	Wed Jul 10 17:32:52 2019 -0700
+++ b/scripts/set/private/validsetargs.m	Wed Jul 10 19:51:37 2019 -0700
@@ -61,7 +61,7 @@
           endif
 
         otherwise
-          error ("%s: invalid option: %s", caller, byrows_arg);
+          error ("%s: invalid option: %s", caller, arg{1});
 
       endswitch
     endfor