Commit e3428190 authored by Alex Danilo's avatar Alex Danilo Committed by Commit Bot

Fix typo in comment

Bug: 1014771
Change-Id: Ie8cb8a929d8273faae6f13d31193ed433fc093ab
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900518
Commit-Queue: Alex Danilo <adanilo@chromium.org>
Commit-Queue: Noel Gordon <noel@chromium.org>
Reviewed-by: default avatarNoel Gordon <noel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#712884}
parent 888a8c23
...@@ -134,7 +134,7 @@ async function testDisplayPanelChangingPanelTypes(done) { ...@@ -134,7 +134,7 @@ async function testDisplayPanelChangingPanelTypes(done) {
done(); done();
} }
// Override thr formatting function for unit testing. // Override the formatting function for unit testing.
util.strf = (end, option) => { util.strf = (end, option) => {
return option + end; return option + end;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment