Skip to content

Commit f565e31

Browse files
Retype LOTO
1 parent 41bdd22 commit f565e31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,7 @@ EXIT_TIMEOUT=101
10851085
10861086
A process is intentionally blocked as a danger, hazard, risk, etc.
10871087
1088-
This is for lockout-tagout (LOGO) safety, or protecting users or data, etc.
1088+
This is for lockout-tagout (LOTO) safety, or protecting users or data, etc.
10891089
10901090
```sh
10911091
EXIT_LOCKOUT=102

posix-shell-script-kit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ EXIT_BUSY=100
194194
EXIT_TIMEOUT=101
195195

196196
# Lockout: a process is intentionally blocked as a danger, hazard, risk, etc.
197-
# This is for lockout-tagout (LOGO) safety, or protecting users or data, etc.
197+
# This is for lockout-tagout (LOTO) safety, or protecting users or data, etc.
198198
EXIT_LOCKOUT=102
199199

200200
# Loop: a process has detected an infinite loop, so is aborting.

0 commit comments

Comments
 (0)