Skip to content

Commit 30cb5c0

Browse files
committed
hpc-cache: fix typo
1 parent 4b245b4 commit 30cb5c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/hpc-cache/hpc-cache-prereqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ If using an NFS storage system (for example, an on-premises hardware NAS system)
104104
rpcinfo -p <storage_IP> |egrep "100000\s+4\s+tcp|100005\s+3\s+tcp|100003\s+3\s+tcp|100024\s+1\s+tcp|100021\s+4\s+tcp"| awk '{print $4 "/" $3 " " $5}'|column -t
105105
```
106106

107-
* In addition to the ports retunred by the `rpcinfo` command, make sure that these commonly used ports allow inbound and outbound traffic:
107+
* In addition to the ports returned by the `rpcinfo` command, make sure that these commonly used ports allow inbound and outbound traffic:
108108

109109
| Protocol | Port | Service |
110110
|----------|-------|----------|

0 commit comments

Comments
 (0)