From d43efffed7ad01b42cc31b3752f9e582732ebbf3 Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 27 Dec 2023 20:55:03 +1100 Subject: Fix typo. --- doc/ScintillaHistory.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 @@
  • 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. -- cgit v1.2.3