fix misspelling in library
This commit is contained in:
parent
4acc9d247a
commit
0378f9266e
2 changed files with 3 additions and 3 deletions
|
|
@ -151,7 +151,7 @@ namespace mutation {
|
||||||
|
|
||||||
/** disconnect any observers */
|
/** disconnect any observers */
|
||||||
void
|
void
|
||||||
disconnnect()
|
disconnect()
|
||||||
{
|
{
|
||||||
listeners_.clear();
|
listeners_.clear();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue