| Index: lib/html/scripts/systemhtml.py
|
| diff --git a/lib/html/scripts/systemhtml.py b/lib/html/scripts/systemhtml.py
|
| index e1e4d4259d7c59fbaa8c8db79536ddfaf747a0b4..efa4a7d6d17439aad4577c507230c82aafa3ed55 100644
|
| --- a/lib/html/scripts/systemhtml.py
|
| +++ b/lib/html/scripts/systemhtml.py
|
| @@ -141,7 +141,7 @@ _html_event_names = {
|
| 'mouseup': 'mouseUp',
|
| 'mousewheel': 'mouseWheel',
|
| 'mute': 'mute',
|
| - 'negotationneeded': 'negotationNeeded',
|
| + 'negotiationneeded': 'negotiationNeeded',
|
| 'nomatch': 'noMatch',
|
| 'noupdate': 'noUpdate',
|
| 'obsolete': 'obsolete',
|
|
|