aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSven Strickroth <unknown>2024-10-19 21:59:52 +1100
committerSven Strickroth <unknown>2024-10-19 21:59:52 +1100
commit69a791cb7e83455e9bc699953fe1926244849cbd (patch)
treef7b44ea7b789b0cc4b5d13c2fbcee1346bf1d20b
parent788413b4b7740b733093188bc17c9873600bf949 (diff)
downloadscintilla-mirror-69a791cb7e83455e9bc699953fe1926244849cbd.tar.gz
Fix typo.
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index fcdc40653..7df4b34d9 100644
--- a/README
+++ b/README
@@ -67,7 +67,7 @@ Mingw-w64 is known to work. Other compilers will probably not work.
Only Scintilla will build with GTK+ on Windows. SciTE will not work.
Make builds both a static library version of Scintilla with lexers (scintilla.a) and
-a shared library without lexers (libscintilla.so or or libscintilla.dll).
+a shared library without lexers (libscintilla.so or libscintilla.dll).
To build Scintilla, make in the scintilla/gtk directory
cd scintilla\gtk