Skip to content

Commit 355f7f2

Browse files
jochenbergershs96c
authored andcommitted
fix typo (#4302)
1 parent fe798d0 commit 355f7f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/atoms/mouse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ bot.Mouse.prototype.fireMousedown_ = function(opt_count) {
257257
bot.Mouse.prototype.pressButton = function(button, opt_count) {
258258
if (!goog.isNull(this.buttonPressed_)) {
259259
throw new bot.Error(bot.ErrorCode.UNKNOWN_ERROR,
260-
'Cannot press more then one button or an already pressed button.');
260+
'Cannot press more than one button or an already pressed button.');
261261
}
262262
this.buttonPressed_ = button;
263263
this.elementPressed_ = this.getElement();

0 commit comments

Comments
 (0)