mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-27 01:29:58 +01:00
Fix spelling (#128)
* Fix spelling in .cpp files * Fix spelling in all files
This commit is contained in:
@@ -47,7 +47,7 @@ void check_sequences_defined_by(double result[MaxNumberOfSequences][10], Sequenc
|
||||
}
|
||||
}
|
||||
store->removeAll();
|
||||
/* The store is a global variable that has been contructed through
|
||||
/* The store is a global variable that has been constructed through
|
||||
* GlobalContext::sequenceStore singleton. It won't be destructed. However,
|
||||
* we need to make sure that the pool is empty between quiz_cases. */
|
||||
store->tidy();
|
||||
|
||||
Reference in New Issue
Block a user