From d63bda63a75f4d92b7bceca5fdb63317f9917c18 Mon Sep 17 00:00:00 2001 From: "Frederik \"Freso\" S. Olesen" Date: Mon, 31 Mar 2014 19:06:58 +0200 Subject: [PATCH] Fix typo: "wawrnings" -> "warnings" Reported by pStyl3: https://forums.bethsoft.com/topic/1496381-/page-3#entry23560263 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 289753dd..97cf41ad 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ LOOT is a plugin load order optimiser for TES IV: Oblivion, TES V: Skyrim, Fallout 3 and Fallout: New Vegas. It is designed to assist mod users in avoiding detrimental conflicts, by automatically calculating a load order that satisfies all plugin dependencies and maximises each plugin's impact on the user's game. -LOOT also provides some load order error checking, including checks for requirements, incompatibilities and cyclic dependencies. In addition, it provides a large number of plugin-specific usage notes, bug wawrnings and Bash Tag suggestions. +LOOT also provides some load order error checking, including checks for requirements, incompatibilities and cyclic dependencies. In addition, it provides a large number of plugin-specific usage notes, bug warnings and Bash Tag suggestions. Although LOOT is able to calculate the correct load order positions for the vast majority of mods without any user input, some plugins are designed to load at certain positions in a load order, and LOOT may be unable to determine this from the plugins themselves. As such, LOOT provides a mechanism for supplying additional plugin metadata so that it may sort them correctly.