From 6a605789e1f8abe697856ad464863409b2501ed0 Mon Sep 17 00:00:00 2001 From: Jeffrey Finkelstein Date: Tue, 29 Mar 2011 07:41:04 +0800 Subject: [PATCH] fixed typo - changed "indemify" to "indemnify" --- src/sip/SipHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sip/SipHandler.cpp b/src/sip/SipHandler.cpp index a8284a93e..b07eb796c 100644 --- a/src/sip/SipHandler.cpp +++ b/src/sip/SipHandler.cpp @@ -183,7 +183,7 @@ SipHandler::connectPlugins( bool startup, const QString &pluginName ) { int result = QMessageBox::question( TomahawkApp::instance()->mainWindow(), "Legal Warning", - "By pressing OK below, you agree that your use of Tomahawk will be in accordance with any applicable laws, including copyright and intellectual property laws, in effect in your country of residence, and indemify the Tomahawk developers and project from liability should you choose to break those laws.\n\nFor more information, please see http://gettomahawk.com/legal", + "By pressing OK below, you agree that your use of Tomahawk will be in accordance with any applicable laws, including copyright and intellectual property laws, in effect in your country of residence, and indemnify the Tomahawk developers and project from liability should you choose to break those laws.\n\nFor more information, please see http://gettomahawk.com/legal", "I Do Not Agree", "I Agree" ); if ( result != 1 )