Author: dr
Date: Fri Jul 27 10:33:47 2007
New Revision: 5745
Log:
- Fixed typo.
Modified:
trunk/SignalSlot/docs/tutorial.txt
Modified: trunk/SignalSlot/docs/tutorial.txt
==============================================================================
--- trunk/SignalSlot/docs/tutorial.txt [iso-8859-1] (original)
+++ trunk/SignalSlot/docs/tutorial.txt [iso-8859-1] Fri Jul 27 10:33:47 2007
@@ -23,7 +23,7 @@
signals or slots. This is acceptable for languages that support multiple
inheritance. Newer implemtentations circumvent this problem by representing
signals
through one instance of the Signal class. In other words, a class that has two
-signals will have member two variables holding instances of the Signals class.
+signals will have two member variables holding instances of the Signals class.
This approach can lead to the creation of a lot of signal objects, which can be
especially problematic for scripting languages. As a result, our signal class
can represent several signals.
--
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components