aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/dw-usage.doc2
-rw-r--r--doc/uml-legend.doc6
2 files changed, 4 insertions, 4 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 ();
diff --git a/doc/uml-legend.doc b/doc/uml-legend.doc
index 14a64e7d..90294ef6 100644
--- a/doc/uml-legend.doc
+++ b/doc/uml-legend.doc
@@ -119,10 +119,10 @@ In this example,
</ul>
-<h2>Template Instanciations</h2>
+<h2>Template Instantiations</h2>
-Template instanciations are shown as own classes/interfaces, the
-instanciation by the template is shown by a yellow dashed arrow:
+Template instantiations are shown as own classes/interfaces, the
+instantiation by the template is shown by a yellow dashed arrow:
\dot
digraph G {