diff options
Diffstat (limited to 'devel/libmowgli/pkg-descr')
-rw-r--r-- | devel/libmowgli/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libmowgli/pkg-descr b/devel/libmowgli/pkg-descr index c03aa0fe9a6d..123616bb0eed 100644 --- a/devel/libmowgli/pkg-descr +++ b/devel/libmowgli/pkg-descr @@ -1,5 +1,5 @@ mowgli is a development framework for C (like GLib), which provides high -performance and highly flexible algorithms. It can be used as a suppliment +performance and highly flexible algorithms. It can be used as a supplement to GLib (to add additional functions (dictionaries, hashes), or replace some of the slow GLib list manipulation functions), or stand alone. It also provides a powerful hook system and convenient logging for your code, |