Skip to content

Commit

Permalink
Case fix in IDL.
Browse files Browse the repository at this point in the history
  • Loading branch information
rnewman committed Feb 15, 2011
1 parent de2fed9 commit 077a00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/IdentityManager.idl
Expand Up @@ -42,7 +42,7 @@ interface nsIIdentityManager : nsISupports {
void createSignInButton(in nsIVariant providers,
in nsIVariant attributes,
in nsIVariant domID,
in nsiVariant callback);
in nsIVariant callback);

/* Bogus method for testing. */
AString foo();
Expand Down

0 comments on commit 077a00a

Please sign in to comment.