From ca651e7670210a2e850125bf437f61e9d4cd110c Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Thu, 8 Jan 2026 23:56:08 +0800 Subject: [PATCH] Fix typo, sytems -> systems Found via `codespell -L htmp,jus` --- System/Directory/Internal/Common.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System/Directory/Internal/Common.hs b/System/Directory/Internal/Common.hs index 46fe7fdf..d15fd1f5 100644 --- a/System/Directory/Internal/Common.hs +++ b/System/Directory/Internal/Common.hs @@ -309,7 +309,7 @@ data XdgDirectory -- but that is not important or portable enough to the user that it -- should be stored in 'XdgData'. -- It uses the @XDG_STATE_HOME@ environment variable. - -- On non-Windows sytems, the default is @~\/.local\/state@. On + -- On non-Windows systems, the default is @~\/.local\/state@. On -- Windows, the default is @%LOCALAPPDATA%@ -- (e.g. @C:\/Users\//\/\/AppData\/Local@). --