From a29cb01f3595dc3eeceaa76fd19f3ae9487c94f1 Mon Sep 17 00:00:00 2001 From: Steve Zingman Date: Tue, 22 Aug 2017 12:23:30 -0400 Subject: [PATCH] Fix typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ee4f019..6606e6a 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ dmr_utils _________ -Utilities for working with Digital Moble Radio (DMR) in python. Includes routines for assembling and disasembling packets and encoding/removing FEC/ECC routines. The utilities are intended primarily for processing on the "network" side of DMR, not the air interface -- such as for building network linking tools, and as such, routines mostly remove FEC/ECC rather than appy repeairs, which should be done at the air interface first. +Utilities for working with Digital Moble Radio (DMR) in python. Includes routines for assembling and disasembling packets and encoding/removing FEC/ECC routines. The utilities are intended primarily for processing on the "network" side of DMR, not the air interface -- such as for building network linking tools, and as such, routines mostly remove FEC/ECC rather than apply repairs, which should be done at the air interface first. **Files in this repository and what they do**