From 8b5c2f34dfdbe39b8d2e96b0e991fa560f3d1235 Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Sat, 28 Mar 2026 14:33:43 +0100 Subject: [PATCH] tidying. --- QOL/AllSASFull.cfg | 2 +- QOL/dockRotate.cfg | 2 +- README.md | 2 +- physicsless/{README => README.md} | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename physicsless/{README => README.md} (100%) diff --git a/QOL/AllSASFull.cfg b/QOL/AllSASFull.cfg index 434b5ed..0dcf3d7 100644 --- a/QOL/AllSASFull.cfg +++ b/QOL/AllSASFull.cfg @@ -1,5 +1,5 @@ //sometimes I want to use a probe core for the looks, but want to have SAS for my KOS scripts to use. -//uncommoent lines to switch between adding SAS to all command cores, or just cores with some SAS in the first place. +//uncomment lines to switch between adding SAS to all command cores, or just cores with some SAS in the first place. //@PART[*]:HAS[@MODULE[ModuleCommand]]:FINAL @PART[*]:HAS[@MODULE[ModuleSAS]]:FINAL { diff --git a/QOL/dockRotate.cfg b/QOL/dockRotate.cfg index 93e8973..1a4fbe6 100755 --- a/QOL/dockRotate.cfg +++ b/QOL/dockRotate.cfg @@ -1,4 +1,4 @@ -//remove the redundant (and less featureful) stock docking rotation when dockrotate is on a part +//remove the redundant (and less featurefull) stock docking rotation when dockrotate is on a part @PART[*]:HAS[@MODULE[ModuleDockRotate]]:FINAL { @MODULE[ModuleDockingNode] diff --git a/README.md b/README.md index 57645ce..0fe4fc9 100755 --- a/README.md +++ b/README.md @@ -1 +1 @@ -all patches in this folder are optionall. delete them if you are not intrested. patches should not rely on one another, so dont be afraid to remove them at will. +all patches in this folder are optional. delete them if you are not intrested. patches should not rely on one another, so dont be afraid to remove them at will. diff --git a/physicsless/README b/physicsless/README.md similarity index 100% rename from physicsless/README rename to physicsless/README.md