aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/tre.scm
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2015-07-19 18:12:34 -0400
committerMark H Weaver <mhw@netris.org>2015-07-19 18:12:34 -0400
commit1b4e48d498a96d478baa1aae7d9c7ecdbd817d6f (patch)
tree4b650999e49a6f4d3dd116fab3f9ee8222247e07 /gnu/packages/tre.scm
parentaa27987f71cb8afa698ede551e20b1248f160113 (diff)
parent50c7a1e297bff0935674b4f30e854a8889becfdd (diff)
downloadpatches-1b4e48d498a96d478baa1aae7d9c7ecdbd817d6f.tar
patches-1b4e48d498a96d478baa1aae7d9c7ecdbd817d6f.tar.gz
Merge branch 'master' into core-updates
Diffstat (limited to 'gnu/packages/tre.scm')
-rw-r--r--gnu/packages/tre.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/tre.scm b/gnu/packages/tre.scm
index 1a1aa02ec9..721a350cf0 100644
--- a/gnu/packages/tre.scm
+++ b/gnu/packages/tre.scm
@@ -31,7 +31,7 @@
(source
(origin
(method url-fetch)
- (uri
+ (uri
(string-append "http://laurikari.net/tre/" name "-" version
".tar.bz2"))
(sha256
@@ -52,6 +52,6 @@
(synopsis "Approximate regex matching library and agrep utility")
(description "Superset of the POSIX regex API, enabling approximate
matching. Also ships a version of the agrep utility which behaves similar to
-grep but features ineaxct matching.")
+grep but features inexact matching.")
(home-page "http://laurikari.net/tre")
(license bsd-2)))