fix misspelling in library

This commit is contained in:
Fischlurch 2011-10-23 02:42:25 +02:00
parent 4acc9d247a
commit 0378f9266e
2 changed files with 3 additions and 3 deletions

View file

@ -151,7 +151,7 @@ namespace mutation {
/** disconnect any observers */ /** disconnect any observers */
void void
disconnnect() disconnect()
{ {
listeners_.clear(); listeners_.clear();
} }

View file

@ -151,7 +151,7 @@ namespace time {
/** disconnect from observed entity and /** disconnect from observed entity and
* cease any change notification */ * cease any change notification */
void disconnnect(); void disconnect();
}; };
@ -209,7 +209,7 @@ namespace time {
template<class TI> template<class TI>
void void
Control<TI>::disconnnect() Control<TI>::disconnect()
{ {
notifyListeners_.disconnect(); notifyListeners_.disconnect();
this->unbind(); this->unbind();