typo fix, bug 205695

This commit is contained in:
Denis Leroy 2006-09-08 06:03:01 +00:00
parent 9912f607b5
commit bcc9faddbf

View File

@ -17,8 +17,8 @@ BuildRequires: m4
%description
This library implements a full callback system for use in widget libraries,
abstract interfaces, and general programming. Originally part of the Gtk--
widget set, %name is now a seperate library to provide for more general
use. It is the most complete library of its kind with the ablity to connect
widget set, %name is now a separate library to provide for more general
use. It is the most complete library of its kind with the ability to connect
an abstract callback to a class method, function, or function object. It
contains adaptor classes for connection of dissimilar callbacks and has an
ease of use unmatched by other C++ callback libraries.