aboutsummaryrefslogtreecommitdiff
path: root/lout/signal.hh
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 /lout/signal.hh
parente16672e1ffcf3e52f1444c362c52183c9f9f201c (diff)
spelling
Diffstat (limited to 'lout/signal.hh')
-rw-r--r--lout/signal.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lout/signal.hh b/lout/signal.hh
index 9a5635d0..6b332203 100644
--- a/lout/signal.hh
+++ b/lout/signal.hh
@@ -23,7 +23,7 @@
*
* Typically, signals are grouped. To define a signal group \em bar for your
* class \em Foo, you have to define two classes, the emitter and the
- * receiver (BarEmitter and BarReceiver), and instanciate the emitter:
+ * receiver (BarEmitter and BarReceiver), and instantiate the emitter:
*
* \dot
* digraph G {
@@ -130,7 +130,7 @@
*
* <h4>Emitters</h4>
*
- * Emitters are typically instanciated one, for one object emitting the
+ * Emitters are typically instantiated one, for one object emitting the
* signals. In the example above, the class Foo will contain a field
* "BarEmitter barEmitter" (not as a pointer, "BarEmitter *barEmitter").
*