Fix typo + test write access

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-sploving@12262 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Vincent Couvert 2010-10-12 06:50:15 +00:00
commit d33006076f

View file

@ -1,7 +1,7 @@
// loader the *.so
exec loader.sce
// creat a new matrix
// create a new matrix
x = new_matrix();
for i = 0 : 3;
for j = 0 : 3;