Skip to content

Commit 8f2ccc1

Browse files
authored
Fix a spelling mistake (#45)
* Fix a spelling mistake * Bump version from "0.2.0" to "0.2.1"
1 parent ea7ab9a commit 8f2ccc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "BLASBenchmarksCPU"
22
uuid = "5fdc822c-4560-4d20-af7e-e5ee461714d5"
33
authors = ["Chris Elrod <[email protected]> and contributors"]
4-
version = "0.2.0"
4+
version = "0.2.1"
55

66
[deps]
77
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"

src/runbenchmark.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function benchmark_result_threaded(benchmark_result::BenchmarkResult)
6363
end
6464

6565
function Base.show(io::IO, br::BenchmarkResult{T}) where {T}
66-
println(io, "Bennchmark Result of Matrix{$T}, threaded = $(br.threaded)")
66+
println(io, "Benchmark Result of Matrix{$T}, threaded = $(br.threaded)")
6767
df = _benchmark_result_df(br)
6868
println(io, df)
6969
end

0 commit comments

Comments
 (0)