aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeremy Henty <onepoint@starurchin.org>2009-05-30 13:13:27 +0000
committerJeremy Henty <onepoint@starurchin.org>2009-05-30 13:13:27 +0000
commit0524d6afd9ce024027c302db3b3cd42738b0260f (patch)
treef63d745ba5fb776c9dc72d5999f3ed1e21d2dc9a /doc
parente16672e1ffcf3e52f1444c362c52183c9f9f201c (diff)
spelling
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 {