Skip to content
Snippets Groups Projects
Commit 02f57e82 authored by Daniel Molkentin's avatar Daniel Molkentin Committed by Eike Ziller
Browse files

Utils::NetworkAccessManager: Fix typo in generic unix case.

Change-Id: I25d11af5bff0cca3ed6f0bf2f11e928c4e75a423
Reviewed-on: http://codereview.qt.nokia.com/1903


Reviewed-by: default avatarQt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: default avatarEike Ziller <eike.ziller@nokia.com>
parent 49b55569
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ static const QString getOsString()
osString += QLatin1String("Unix (Unknown)");
}
#else
ossttring = QLatin1String("Unknown OS");
osString = QLatin1String("Unknown OS");
#endif
return osString;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment