Better file naming consistency

master
Melroy van den Berg 2022-05-29 17:05:55 +02:00
parent ccce45a551
commit e745d43422
No known key found for this signature in database
GPG Key ID: 71D11FF23454B9D7
2 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ Next, check for memory leaks using `valgrind` by executing:
Or to generate a memory usage plot in [massif format](https://valgrind.org/docs/manual/ms-manual.html), execute:
```sh
./scripts/valgrind_plot.sh
./scripts/valgrind-plot.sh
```
## Other platforms