diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2016-05-26 15:24:47 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-27 07:23:29 +0700 |
commit | fe8fce0706549d02abcc5c22e0e73b9d8a4ee585 (patch) | |
tree | d7d1961722ecbf0ae4420d4dc57e87685c131643 | |
parent | fab958565cf0bf631a9787a0df33cc65768d098b (diff) | |
download | slackbuilds-fe8fce0706549d02abcc5c22e0e73b9d8a4ee585.tar.gz |
development/avra: Fix invalid chars in desc.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r-- | development/avra/README | 2 | ||||
-rw-r--r-- | development/avra/slack-desc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/development/avra/README b/development/avra/README index f78e603cae..67682ee3f0 100644 --- a/development/avra/README +++ b/development/avra/README @@ -1,4 +1,4 @@ AVRA is an assembler for Atmel AVR microcontrollers, -and it is almost compatible with Atmel’s own assembler AVRASM32. +and it is almost compatible with Atmel's own assembler AVRASM32. The programming principles and conceptions are based on the ANSI programming language "C". diff --git a/development/avra/slack-desc b/development/avra/slack-desc index b2c0f520b1..55f605f28b 100644 --- a/development/avra/slack-desc +++ b/development/avra/slack-desc @@ -9,7 +9,7 @@ avra: AVRA (Atmel AVR Microcontrollers Assembler) avra: avra: AVRA is an assembler for Atmel AVR microcontrollers, -avra: and it is almost compatible with Atmel’s own assembler AVRASM32. +avra: and it is almost compatible with Atmel's own assembler AVRASM32. avra: The programming principles and conceptions avra: are based on the ANSI programming language "C". avra: |