diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-02-22 15:15:43 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-02-22 15:39:46 +0100 |
commit | 91ba464409894c0215e54f086722309b9634d6f2 (patch) | |
tree | 9dd9364ab5a64716992055a3c22f2e2ad5400949 /src/buildtool/common/artifact_digest.hpp | |
parent | d7d81aa3ed9fedd5e78d6e5aedb43b124427914f (diff) | |
download | justbuild-91ba464409894c0215e54f086722309b9634d6f2.tar.gz |
cleanup: Fix typos in code line comments and logging messages
Diffstat (limited to 'src/buildtool/common/artifact_digest.hpp')
-rw-r--r-- | src/buildtool/common/artifact_digest.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/buildtool/common/artifact_digest.hpp b/src/buildtool/common/artifact_digest.hpp index 11fab86d..56488163 100644 --- a/src/buildtool/common/artifact_digest.hpp +++ b/src/buildtool/common/artifact_digest.hpp @@ -26,9 +26,9 @@ #include "src/utils/cpp/hash_combine.hpp" // Provides getter for size with convenient non-protobuf type. Contains a -// unprefixed hex string as hash. For communication with the exeution API it can -// be cast to bazel_re::Digest which is the wire format that contains prefixed -// hashes in native mode. +// unprefixed hex string as hash. For communication with the execution API it +// can be cast to bazel_re::Digest which is the wire format that contains +// prefixed hashes in native mode. class ArtifactDigest { friend struct std::hash<ArtifactDigest>; |