Merge pull request #2692 from owncloud/typo

fix typo
This commit is contained in:
Daniel Molkentin 2015-01-11 14:12:43 +01:00
commit 214f925b2f

View file

@ -234,7 +234,7 @@ QString Theme::about() const
.arg(MIRALL_VERSION_STRING).arg("http://" MIRALL_STRINGIFY(APPLICATION_DOMAIN))
.arg(MIRALL_STRINGIFY(APPLICATION_DOMAIN));
re += tr("<p>Copyright ownCloud, Incorparated</p>");
re += tr("<p>Copyright ownCloud, Incorporated</p>");
re += tr("<p>Distributed by %1 and licensed under the GNU General Public License (GPL) Version 2.0.<br/>"
"%2 and the %2 logo are registered trademarks of %1 in the "
"United States, other countries, or both.</p>")