diff options
| author | Roj <rojvv@icloud.com> | 2026-04-06 18:55:17 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2026-04-09 15:20:20 +0300 |
| commit | aea46d7b1413c663b88243cbf398401d2c27738d (patch) | |
| tree | 6de3abf6edc5452332a3aa0ff25f5cedaa55ea47 /benchmark/bench_log.cpp | |
| parent | 6b82cc8323154a74857e21798cd48c10f7c9ff67 (diff) | |
Fix typos.
Diffstat (limited to 'benchmark/bench_log.cpp')
| -rw-r--r-- | benchmark/bench_log.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/bench_log.cpp b/benchmark/bench_log.cpp index fc4ff544c..506c60392 100644 --- a/benchmark/bench_log.cpp +++ b/benchmark/bench_log.cpp @@ -26,7 +26,7 @@ std::string create_tmp_file() { char file_name[] = "largefileXXXXXX"; int fd = mkstemp(file_name); if (fd == -1) { - perror("Can't cretate temporary file"); + perror("Can't create temporary file"); } CHECK(fd != -1); |
