typo, thx to @C0n574n71n

This commit is contained in:
overflowerror 2014-05-19 21:46:08 +02:00
parent 6a11838055
commit 695ec8dbdd

View file

@ -952,7 +952,7 @@ Kernel.Filesystem.vfs.mount = function(mountpoint, files) {
throw ("no such file or directory");
var childs = Kernel.Filesystem.vfs.getFilesByParent(file);
if (childs.length)
throw ("mountpoint not emty");
throw ("mountpoint not empty");
var id = Kernel.Filesystem.vfs.mounts++;
mountpoint.id = id;
mountpoint.mountTime = Kernel.time;