typo's, added git as dependency

This commit is contained in:
Cedric de Wijs
2022-12-18 13:56:54 +01:00
parent 473d2c4092
commit 0bdef7bab1
24 changed files with 37 additions and 36 deletions
+2 -2
View File
@@ -82,7 +82,7 @@ void CologneChip::reset()
}
/**
* Obtain CFG_DONE and CFG_FAILED signals. Configuration is successfull iff
* Obtain CFG_DONE and CFG_FAILED signals. Configuration is successful if
* CFG_DONE=true and CFG_FAILED=false.
*/
bool CologneChip::cfgDone()
@@ -99,7 +99,7 @@ bool CologneChip::cfgDone()
}
/**
* Prints information if configuration was successfull.
* Prints information if configuration was successful.
*/
void CologneChip::waitCfgDone()
{