Merge pull request #31503 from black-puppydog/patch-1

typo

authored by Jörg Thalheim and committed by GitHub 38720305 eb966a3b

+1 -1
+1 -1
pkgs/development/compilers/avra/default.nix
··· 20 20 ''; 21 21 22 22 meta = with stdenv.lib; { 23 - description = "Assember for the Atmel AVR microcontroller family"; 23 + description = "Assembler for the Atmel AVR microcontroller family"; 24 24 homepage = http://avra.sourceforge.net/; 25 25 license = licenses.gpl2Plus; 26 26 platforms = platforms.all;