git: Fixed typos

This commit is contained in:
Nik
2023-02-10 11:47:36 +01:00
committed by GitHub
parent e89e85e10c
commit 324b0894d3
2 changed files with 1 additions and 1 deletions

View File

@@ -150,7 +150,7 @@ Hex patterns, include patterns and magic files for the use with the ImHex Hex Ed
### Data Processor Nodes
| Name | Path | Description |
|------|------|-------------|
| Caesar Cipher | [`nodes/caecar.hexnode`](nodes/caecar.hexnode) | Simple adjustable per-byte Caecar Cipher (ROT) |
| Caesar Cipher | [`nodes/caesar.hexnode`](nodes/caesar.hexnode) | Simple adjustable per-byte Caecar Cipher (ROT) |
| XOR Cipher | [`nodes/xor.hexnode`](nodes/xor.hexnode) | XORs a input with a repeating XOR pad |
## Contributing