test/apps/todo/bin/todo in gli-2.5.2 vs test/apps/todo/bin/todo in gli-2.5.3
- old
+ new
@@ -37,10 +37,10 @@
command :chained => [ :first, :second ]
command [:chained2,:ch2] => [ :second, :first ]
pre do |global,command,options,args|
# Pre logic here
- # Return true to proceed; false to abourt and not call the
+ # Return true to proceed; false to abort and not call the
# chosen command
# Use skips_pre before a command to skip this block
# on that command only
true
end