Skip to content

Commit

Permalink
Merge pull request #5134 from hwdef/fix-misspell
Browse files Browse the repository at this point in the history
fix some spelling mistake
  • Loading branch information
sougou authored Aug 29, 2019
2 parents e4eaa8d + d5fda2b commit 8e58f49
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/backup_only.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def _backup_only(self, t, initial_backup=False):
def test_tablet_initial_backup(self):
self._test_initial_backup()

# Restore the Shard from the inital backup
# Restore the Shard from the initial backup
self._init_tablets(init=False,start=False)

# Restore the Tablets
Expand Down
2 changes: 1 addition & 1 deletion test/prepared_statement_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"options": [
"New York Bulls",
"Los Angeles Kings",
"Golden State Warriros",
"Golden State Warriors",
"Huston Rocket"
],
"answer": "Huston Rocket"
Expand Down
2 changes: 1 addition & 1 deletion test/vtbackup.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def start_vtbackup(self,
"-init_db_sql_file",init_db
])

# Pass through inital_backup flag to vtbackup
# Pass through initial_backup flag to vtbackup
if initial_backup:
args.extend(["-initial_backup"])

Expand Down
2 changes: 1 addition & 1 deletion web/vtctld2/app/plotly-latest.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/vtctld2/src/app/status/heatmap.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export class HeatmapComponent implements AfterViewInit, OnInit {
let elem = <any>(document.getElementById(this.name));

// onClick handler for the heatmap.
// Upon clicking, the popup will display all relevent data for that data point.
// Upon clicking, the popup will display all relevant data for that data point.
elem.on('plotly_click', function(data) {
this.zone.run(() => { this.showPopup = false; });
let shardIndex = this.xLabels.indexOf(data.points[0].x);
Expand Down

0 comments on commit 8e58f49

Please sign in to comment.