diff options
author | Alberto Sartori <alberto.sartori@huawei.com> | 2022-05-31 10:09:04 +0200 |
---|---|---|
committer | Alberto Sartori <alberto.sartori@huawei.com> | 2022-06-09 09:35:15 +0200 |
commit | a9dad033cbee1d6246ad158747394016e51edd9f (patch) | |
tree | 4a3f0bdbf038f7fcd69dcf41cf33a5a80e1e74ab /src/buildtool/progress_reporting/progress.hpp | |
parent | 2a65853c94763366eb288b1efe90a1343382ad30 (diff) | |
download | justbuild-a9dad033cbee1d6246ad158747394016e51edd9f.tar.gz |
fix typos
Diffstat (limited to 'src/buildtool/progress_reporting/progress.hpp')
-rw-r--r-- | src/buildtool/progress_reporting/progress.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/progress_reporting/progress.hpp b/src/buildtool/progress_reporting/progress.hpp index 5940c880..5cc7e027 100644 --- a/src/buildtool/progress_reporting/progress.hpp +++ b/src/buildtool/progress_reporting/progress.hpp @@ -48,7 +48,7 @@ class Progress { } // Return a reference to the origin map. It is the responsibility - // of the caller to ensure that access happens only happens in a + // of the caller to ensure that access only happens in a // single-threaded context. auto OriginMap() -> std::unordered_map< std::string, |