Skip to content

Commit

Permalink
The same typo also exists here.
Browse files Browse the repository at this point in the history
  • Loading branch information
dotphoton-ziad authored Sep 27, 2022
1 parent e3ec271 commit bc28fdb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public void process(CompoundContext context, nfs_resop4 result) throws IOExcepti
int bytesWritten = out.write(_args.opwrite.data, offset);

if (bytesWritten < 0) {
throw new NfsIoException("IO not allowd");
throw new NfsIoException("IO not allowed");
}

res.status = nfsstat.NFS_OK;
Expand Down

0 comments on commit bc28fdb

Please sign in to comment.