Fix typo

Simon Brandt
2025-08-19 10:31:33 +02:00
parent 03714d7db0
commit 5e0d8982f4

@@ -21,7 +21,7 @@ if [ "$var" != foo ]; then :; fi
### Rationale:
Double negation of such binary oprators is unnecessary.
Double negation of such binary operators is unnecessary.
### Exceptions: