fixed typo

This commit is contained in:
Faryan Rezagholi
2021-07-24 19:38:09 +02:00
parent dfdfecba57
commit 2b9195ed9c

View File

@@ -149,7 +149,7 @@ namespace mRemoteNG.UI.Menu
private void mMenToolsUpdate_Click(object sender, EventArgs e) => Windows.Show(WindowType.Update);
private void mMenInfoHelp_Click(object sender, EventArgs e) => Process.Start(GeneralAppInfo.Documentaion);
private void mMenInfoHelp_Click(object sender, EventArgs e) => Process.Start(GeneralAppInfo.UrlDocumentation);
private void mMenInfoForum_Click(object sender, EventArgs e) => Process.Start(GeneralAppInfo.UrlForum);