Capitalize beginning of tooltips + Typos

Capitalized all remaining uncapitalized tooltips. 
+ Fixed typo in instantiate() function. Shouldn't have any repercussions on the code, AFAICT. 
+ other typos
This commit is contained in:
Unknown
2017-10-12 07:51:47 -04:00
committed by wmayer
parent 676b17969e
commit 15c0d38536
17 changed files with 36 additions and 36 deletions

View File

@@ -63,7 +63,7 @@ namespace Base {
/**
* The _instances member just stores the pointer of the
* all instanciated SequencerBase objects.
* all instantiated SequencerBase objects.
*/
std::vector<SequencerBase*> SequencerP::_instances;
SequencerLauncher* SequencerP::_topLauncher = 0;