From 9f02d1339d1082159be436c1b24cd4b0a955231d Mon Sep 17 00:00:00 2001 From: "Yury V. Zaytsev" Date: Thu, 30 May 2024 10:13:04 +0200 Subject: [PATCH] mc.ext.ini: grammar. --- misc/mc.ext.ini.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/mc.ext.ini.in b/misc/mc.ext.ini.in index e00433f071..68978736bd 100644 --- a/misc/mc.ext.ini.in +++ b/misc/mc.ext.ini.in @@ -23,7 +23,7 @@ # Section [Default] is optional. It is applied only if no other match was found. # # Sections like [Include/xxxx] can be referenced as "Include=xxxx" from other sections. -# Section [Include/xxxx] can be located as before as after sections that point to it. +# Section [Include/xxxx] can be located before or after sections that point to it. # # Sections are processed from top to bottom, thus the order is important. # Multiple sections with the same name are allowed, they are merged together. @@ -38,7 +38,7 @@ # Directory # Matches any directory matching regular expression. # Always case sensitive. -# This key has the highest priority over other keys. If this key is in a section, +# This key has the highest priority over other keys. If this key is present, # other keys are ignored. # # Type