Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
crouvpony47 committed Feb 27, 2020
1 parent dbf2118 commit 0d843f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/authForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ private async void authWebBrowser_Navigated(object sender, WebBrowserNavigatedEv
}
else
{
Console.WriteLine(string.Format("Unsuccessfull login checattempt!"));
Console.WriteLine(string.Format("Unsuccessfull login attempt!"));
}
}
}
Expand Down

0 comments on commit 0d843f1

Please sign in to comment.