Index: openacs-4/packages/file-storage/tcl/test/file-storage-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/tcl/test/file-storage-procs.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/file-storage/tcl/test/file-storage-procs.tcl 15 Dec 2006 22:45:32 -0000 1.5 +++ openacs-4/packages/file-storage/tcl/test/file-storage-procs.tcl 7 Aug 2017 23:48:11 -0000 1.6 @@ -26,7 +26,7 @@ select 1 from fs_root_folders where folder_id = :folder_id } -default "0"] - aa_equals "folder was created succesfully" $success_p 1 + aa_equals "folder was created successfully" $success_p 1 } } @@ -240,3 +240,9 @@ + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: