Skip to content

Instantly share code, notes, and snippets.

@vic
Created January 11, 2011 18:49
Show Gist options
  • Select an option

  • Save vic/774896 to your computer and use it in GitHub Desktop.

Select an option

Save vic/774896 to your computer and use it in GitHub Desktop.
diff --git a/Client/GithubAPIController.j b/Client/GithubAPIController.j
index 1317fa5..3f55087 100644
--- a/Client/GithubAPIController.j
+++ b/Client/GithubAPIController.j
@@ -630,7 +630,7 @@ because one day maybe GitHub will give this to me... :)
else
{
var auth = [self isAuthenticated],
- text = (auth) ? "Make sure your account has sufficiant privalies to modify an issue or reposotory. " : "The action you tried to perfom requires you to be authenticated. Please login.";
+ text = (auth) ? "Make sure your account has sufficient privileges to modify an issue or repository. " : "The action you tried to perfom requires you to be authenticated. Please login.";
// this way we only get one alert at a time
if (!warnAlert)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment