aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2023-12-27 20:55:03 +1100
committerNeil <nyamatongwe@gmail.com>2023-12-27 20:55:03 +1100
commitd43efffed7ad01b42cc31b3752f9e582732ebbf3 (patch)
tree5135095ec4c3c29d050b85725a53cfe211503c2c /doc
parent1c5689ead6bc1b7c62886574422c98ab4ce4889d (diff)
downloadscintilla-mirror-d43efffed7ad01b42cc31b3752f9e582732ebbf3.tar.gz
Fix typo.
Diffstat (limited to 'doc')
-rw-r--r--doc/ScintillaHistory.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 5cd55cfde..368343aec 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -592,7 +592,7 @@
</li>
<li>
Add IDocumentEditable interface to allow efficient interaction with document objects which may not be visible in
- a Scintilla instance. This feature is provisonal and may change before being declared stable.
+ a Scintilla instance. This feature is provisional and may change before being declared stable.
For better type-safety, the ScintillaCall C++ API uses IDocumentEditable* where void* was used before which may require
changes to client code that uses document pointer APIs
DocPointer, SetDocPointer, CreateDocument, AddRefDocument, and ReleaseDocument.