aboutsummaryrefslogtreecommitdiff
path: root/doc/dw-usage.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/dw-usage.doc')
-rw-r--r--doc/dw-usage.doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dw-usage.doc b/doc/dw-usage.doc
index a2e89d8e..2680a234 100644
--- a/doc/dw-usage.doc
+++ b/doc/dw-usage.doc
@@ -39,7 +39,7 @@ int main(int argc, char **argv)
{
\endcode
-As the first object, the platform is instanciated:
+As the first object, the platform is instantiated:
\code
dw::fltk::FltkPlatform *platform = new dw::fltk::FltkPlatform ();