[X2Go-Commits] [x2goclient] 01/01: onmainwindow.cpp: typo fix (authoized_keys.)
git-admin at x2go.org
git-admin at x2go.org
Thu Mar 12 00:01:26 CET 2015
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch bugfix/osx
in repository x2goclient.
commit b447387dfc1a497b7342dfa2077eb81337625195
Author: Mihai Moldovan <ionic at ionic.de>
Date: Thu Mar 12 00:01:14 2015 +0100
onmainwindow.cpp: typo fix (authoized_keys.)
---
debian/changelog | 1 +
src/onmainwindow.cpp | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 63ec0dc..4b012a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -200,6 +200,7 @@ x2goclient (4.0.4.0-0x2go1) UNRELEASED; urgency=low
+ Define version in x2goclient.pro.
- onmainwindow.cpp: consolidate Windows and non-Windows sshd startup error
message.
+ - onmainwindow.cpp: typo fix (authoized_keys.)
-- X2Go Release Manager <git-admin at x2go.org> Thu, 19 Feb 2015 13:25:28 +0100
diff --git a/src/onmainwindow.cpp b/src/onmainwindow.cpp
index 6e99e7e..47c1cfa 100644
--- a/src/onmainwindow.cpp
+++ b/src/onmainwindow.cpp
@@ -11425,7 +11425,7 @@ void ONMainWindow::printSshDError_noAuthorizedKeysFile()
return;
QMessageBox::critical ( 0l,tr ( "SSH Error" ),
tr ( "SSH daemon failed to open the application's\n"
- "authoized_keys file."
+ "authorized_keys file."
),
QMessageBox::Ok,QMessageBox::NoButton );
}
--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
More information about the x2go-commits
mailing list