From 324b0894d317593b7eaef580adcf0cfbda785904 Mon Sep 17 00:00:00 2001 From: Nik Date: Fri, 10 Feb 2023 11:47:36 +0100 Subject: [PATCH] git: Fixed typos --- README.md | 2 +- nodes/{caecar.hexnode => caesar.hexnode} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename nodes/{caecar.hexnode => caesar.hexnode} (100%) diff --git a/README.md b/README.md index bfbcbe8..7f695a7 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/nodes/caecar.hexnode b/nodes/caesar.hexnode similarity index 100% rename from nodes/caecar.hexnode rename to nodes/caesar.hexnode