Skip to content

Commit

Permalink
docs: Fix a typo
Browse files Browse the repository at this point in the history
Change-Id: I3e8a0d6378fcab70e87d8e5d3dc477941c98dfe3
  • Loading branch information
joeyparrish committed Oct 8, 2020
1 parent 341b92a commit 8a4dfb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build/misspellings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
r'(?i)arti?fi?ci?ai?l': 'artificial',
r'(?i)cur+ent': 'current',
r'(?i)ful+screen': 'fullscreen',
r'(?i)futher': 'further',
r'(?i)gene?ra?tor': 'generator',
r'(?i)(?:(in|)n*)ac+ur+ate': r'\1accurate',
r'(?i)in?ter[ai]ble': 'iterable',
Expand Down
2 changes: 1 addition & 1 deletion externs/shaka/abortable.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
/**
* A representation of an abortable operation. Note that these are not
* cancelable. Cancelation implies undoing what has been done so far,
* whereas aborting only means that futher work is stopped.
* whereas aborting only means that further work is stopped.
*
* @interface
* @template T
Expand Down

0 comments on commit 8a4dfb2

Please sign in to comment.