Skip to content
This repository has been archived by the owner on Jul 8, 2021. It is now read-only.

Commit

Permalink
s/diabled/disabled/
Browse files Browse the repository at this point in the history
Fix a typo

Signed-off-by: Tim Smart <tim@fostle.com>
  • Loading branch information
tim-smart committed Feb 24, 2013
1 parent 580a57c commit 508e22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uso_gmail/script.user.js
Expand Up @@ -278,7 +278,7 @@ if (typeof USO !== 'object') {
return this.api.getActionElements()
})

G.prototype.__defineGetter__('converstation_diabled', function () {
G.prototype.__defineGetter__('converstation_disabled', function () {
return this.api.isConversationViewDisabled()
})

Expand Down

0 comments on commit 508e22d

Please sign in to comment.