Fix user-facing typos (mainly in descriptions)

This commit is contained in:
Tobias Geerinckx-Rice
2014-12-30 03:31:03 +01:00
parent e62e634128
commit c64257b8e5
46 changed files with 55 additions and 55 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
the GNU General Public License (GPL). Stella was originally
developed for Linux by Bradford W. Mott, and is currently
maintained by Stephen Anthony.
As of its 3.5 release, Stella is officialy donationware.
As of its 3.5 release, Stella is officially donationware.
'';
homepage = http://stella.sourceforge.net/;
license = licenses.gpl2;
+1 -1
View File
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
buildInputs = [ pkgconfig gtk alsaLib SDL ];
meta = {
description = "Ultimate/Unix/Unusuable Amiga Emulator";
description = "Ultimate/Unix/Unusable Amiga Emulator";
license = stdenv.lib.licenses.gpl2Plus;
homepage = http://www.amigaemulator.org;
maintainers = [ stdenv.lib.maintainers.sander ];