File: spelling.patch

package info (click to toggle)
nfs-ganesha 4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 11,576 kB
  • sloc: ansic: 162,457; cpp: 7,072; perl: 5,828; python: 4,174; sh: 2,339; lex: 763; yacc: 412; makefile: 80; awk: 22; lisp: 20
file content (22 lines) | stat: -rw-r--r-- 919 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- a/src/FSAL/FSAL_GPFS/include/gpfs.h
+++ b/src/FSAL/FSAL_GPFS/include/gpfs.h
@@ -3522,7 +3522,7 @@ gpfs_lwe_request_right(gpfs_lwe_sessid_t
  *
  *            This is a non-blocking call to upgrade an access right
  *            from shared to exclusive. If the token already conveys
- *            exclusive access this call returns imediately with sucess.
+ *            exclusive access this call returns imediately with success.
  *            If another process also holds a shared access right
  *            this call fails with EBUSY to avoid deadlocks.
  *
--- a/src/Protocols/NFS/nfs_proto_tools.c
+++ b/src/Protocols/NFS/nfs_proto_tools.c
@@ -216,7 +216,7 @@ bool nfs_RetryableError(fsal_errors_t fs
 
 	case ERR_FSAL_NOMEM:
 	case ERR_FSAL_NOT_OPENED:
-		/* Internal error, should be dropped and retryed */
+		/* Internal error, should be dropped and retried */
 		return true;
 
 	case ERR_FSAL_NOTDIR: