Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix array usage typo
  • Loading branch information
coke committed Dec 19, 2009
1 parent d37d2ae commit 3e3f9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Partcl/commands/array.pm
Expand Up @@ -3,7 +3,7 @@ our sub array(*@args) {
error('wrong # args: should be "array subcommand ?argument ...?"');
}

my @opts := <anymore donesearch exsits get names nextelement set size startsearch statistics unset>;
my @opts := <anymore donesearch exists get names nextelement set size startsearch statistics unset>;
my $cmd := _tcl::select_option(@opts, @args.shift(), 'subcommand');

if $cmd eq 'anymore' {
Expand Down

0 comments on commit 3e3f9be

Please sign in to comment.