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@). --