From 4af6f88d86d18f657f9517f3fb53075a01a771b5 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Fri, 29 May 2026 22:00:30 +0100 Subject: [PATCH] Fix typo in changelog entry --- docs/api/changelog.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/api/changelog.rst b/docs/api/changelog.rst index a817b315..49e7b0f5 100644 --- a/docs/api/changelog.rst +++ b/docs/api/changelog.rst @@ -55,9 +55,10 @@ Fixed - Resolving the default user config and user data directories referenced in OpenMW configuration when libloot is running inside a Flatpak sandbox and OpenMW was not installed as a Flatpak application and the host did not have - the ``XDG_CONFIG_HOME`` and/or ``XDG_DATA_HOME`` environment variables defined - would incorrectly look for the directories inside the current Flatpak's XDG - directories instead of in the host's home directory. Via libloadorder. + the ``XDG_CONFIG_HOME`` and/or ``XDG_DATA_HOME`` environment variables + defined. libloot would previously incorrectly look for the directories inside + the current Flatpak's XDG directories instead of in the host's home directory. + Via libloadorder. Changed -------