diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2016-05-26 18:05:15 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-27 07:23:29 +0700 |
commit | f6f72303860163afbf699d57a6a9be5de2aad72e (patch) | |
tree | 1aa0d37f3563f3e76a4b23fd6096f9b662269266 | |
parent | 4f6e32f6b721ed176c46e46c89203f8e0a528dad (diff) | |
download | slackbuilds-f6f72303860163afbf699d57a6a9be5de2aad72e.tar.gz |
libraries/libclaw: Fix invalid chars in desc.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r-- | libraries/libclaw/README | 2 | ||||
-rw-r--r-- | libraries/libclaw/slack-desc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libraries/libclaw/README b/libraries/libclaw/README index 179cbeef77..9fdaa0ac1e 100644 --- a/libraries/libclaw/README +++ b/libraries/libclaw/README @@ -1,3 +1,3 @@ Claw is a generalist library written in C++ and providing various structures and algorithms, like containers, string algorithms, -tweeners, Bézier curves and more. +tweeners, Bezier curves and more. diff --git a/libraries/libclaw/slack-desc b/libraries/libclaw/slack-desc index e5dfaa4a9a..e58b2995e8 100644 --- a/libraries/libclaw/slack-desc +++ b/libraries/libclaw/slack-desc @@ -10,7 +10,7 @@ libclaw: libclaw (C++ Library) libclaw: libclaw: Claw is a generalist library written in C++ and providing various libclaw: structures and algorithms, like containers, string algorithms, -libclaw: tweeners, Bézier curves and more. +libclaw: tweeners, Bezier curves and more. libclaw: libclaw: Homepage: http://libclaw.sourceforge.net/ libclaw: |