aboutsummaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorAndrew Dryga <[email protected]>2017-02-14 11:30:58 +0200
committerAndrew Dryga <[email protected]>2017-02-14 11:32:56 +0200
commit45f9ea530c40aa771bc3549894863b981c9f8e7b (patch)
treebabe2ed82af157df8ee998835e57d1998c3f1b40 /system
parenta24dc1a9e2f72ce883d47f550b0097f909956085 (diff)
downloadotp-45f9ea530c40aa771bc3549894863b981c9f8e7b.tar.gz
otp-45f9ea530c40aa771bc3549894863b981c9f8e7b.tar.bz2
otp-45f9ea530c40aa771bc3549894863b981c9f8e7b.zip
Fixed typos in system/doc
Diffstat (limited to 'system')
-rw-r--r--system/doc/efficiency_guide/bench.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/doc/efficiency_guide/bench.erl b/system/doc/efficiency_guide/bench.erl
index 1f60e858f6..a1be24b051 100644
--- a/system/doc/efficiency_guide/bench.erl
+++ b/system/doc/efficiency_guide/bench.erl
@@ -355,7 +355,7 @@ create_html_report(ResultList) ->
{ok, OutputFile} = file:open("index.html", [write]),
- %% Create the begining of the result html-file.
+ %% Create the beginning of the result html-file.
Head = Title = "Benchmark Results",
io:put_chars(OutputFile, "<html>\n"),
io:put_chars(OutputFile, "<head>\n"),