fix some typos

This commit is contained in:
rvcas
2023-04-07 16:51:18 -04:00
parent d0d482b3cb
commit 1444c9328d
16 changed files with 26 additions and 26 deletions

View File

@@ -25,7 +25,7 @@ pub struct ExBudget {
}
impl ExBudget {
pub fn occurences(&mut self, n: i64) {
pub fn occurrences(&mut self, n: i64) {
self.mem *= n;
self.cpu *= n;
}