From b8a49a3d969178ac208dacb8052ecc2b595642de Mon Sep 17 00:00:00 2001 From: Jah-yee <166608075+Jah-yee@users.noreply.github.com> Date: Sun, 24 May 2026 19:08:48 +0800 Subject: [PATCH] docs: fix 'seperately' -> 'separately' typo in Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 0d09a9c0..00780d4c 100644 --- a/Readme.md +++ b/Readme.md @@ -15,7 +15,7 @@ This is a slightly outdated overview of the system: Some of the supported platforms are listed at the bottom on the left side. Next to that there are available screen drivers, mouse drivers and keyboard drivers. The Nano-X / Microwindows engine is the core code that implements -all drawing and clipping, with the Win32 and Nano-X graphical windowing APIs implemented in seperately +all drawing and clipping, with the Win32 and Nano-X graphical windowing APIs implemented in separately configurable layers on top of that. The engine is configured to use various OS platforms and associated screen, mouse and keyboard drivers, or bare hardware. The Nano-X API and the Win32 APIs are used to write applications.