Skip to content

Commit bc28fdb

Browse files
The same typo also exists here.
1 parent e3ec271 commit bc28fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/dcache/nfs/v4/ds/DSOperationWRITE.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public void process(CompoundContext context, nfs_resop4 result) throws IOExcepti
9090
int bytesWritten = out.write(_args.opwrite.data, offset);
9191

9292
if (bytesWritten < 0) {
93-
throw new NfsIoException("IO not allowd");
93+
throw new NfsIoException("IO not allowed");
9494
}
9595

9696
res.status = nfsstat.NFS_OK;

0 commit comments

Comments
 (0)