Fix typos in code comments
Description
Recently, I found out that there were 2 typos remaining in this project.
- Here,
myshould bemay.
https://github.com/TraceMachina/nativelink/blob/d37bd90a314890fe901235e0432d263faa66d221/deployment-examples/docker-compose/Dockerfile#L21
- Here, the code comments for
simple_cache_test.shandsimple_prometheus_test.share the same currently. Forsimple_prometheus_test.sh, the comment should be changed.
https://github.com/TraceMachina/nativelink/blob/d37bd90a314890fe901235e0432d263faa66d221/integration_tests/simple_cache_test.sh#L16
https://github.com/TraceMachina/nativelink/blob/d37bd90a314890fe901235e0432d263faa66d221/integration_tests/simple_prometheus_test.sh#L16
Fixes #1189
Type of change
Please delete options that aren't relevant.
- [x] Bug fix (non-breaking change which fixes an issue)
- [x] This change requires a documentation update
Checklist
- [x] Updated documentation if needed
- [x]
bazel test //...passes locally - [x] PR is contained in a single commit, using
git amendsee some docs
Just caught simple issues. cc: @allada, @MarcusSorealheis
Waiting for reviews on my previous submitted issues and wanna work on more issues. :)
Rebased. cc: @aaronmondal, @MarcusSorealheis
Hope you to merge this. cc: @allada, @MarcusSorealheis, @aaronmondal