From b4efd2b1c0b68938661fd9c7a89969f96a9391ed Mon Sep 17 00:00:00 2001 From: liamcottle Date: Wed, 18 Mar 2026 17:43:23 +1300 Subject: [PATCH] fix typo --- src/packet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/packet.js b/src/packet.js index aa00116..25b3be4 100644 --- a/src/packet.js +++ b/src/packet.js @@ -1,6 +1,6 @@ import BufferReader from "./buffer_reader.js"; import Advert from "./advert.js"; -import MeshCorePath from "./meshore_path.js"; +import MeshCorePath from "./meshcore_path.js"; class Packet {