File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ class BenchmarkReporter;
303
303
const char kDefaultMinTimeStr [] = " 0.5s" ;
304
304
305
305
// Returns the version of the library.
306
- BENCHMARK_EXPORT std::string GetBenchmarkVersiom ();
306
+ BENCHMARK_EXPORT std::string GetBenchmarkVersion ();
307
307
308
308
BENCHMARK_EXPORT void PrintDefaultHelp ();
309
309
Original file line number Diff line number Diff line change @@ -748,7 +748,7 @@ int InitializeStreams() {
748
748
749
749
} // end namespace internal
750
750
751
- std::string GetBenchmarkVersiom () { return {BENCHMARK_VERSION}; }
751
+ std::string GetBenchmarkVersion () { return {BENCHMARK_VERSION}; }
752
752
753
753
void PrintDefaultHelp () {
754
754
fprintf (stdout,
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ bool JSONReporter::ReportContext(const Context& context) {
167
167
}
168
168
out << " ],\n " ;
169
169
170
- out << indent << FormatKV (" library_version" , GetBenchmarkVersiom ());
170
+ out << indent << FormatKV (" library_version" , GetBenchmarkVersion ());
171
171
out << " ,\n " ;
172
172
173
173
#if defined(NDEBUG)
You can’t perform that action at this time.
0 commit comments