From bcc9faddbfc915e53ad8218ae928b77df22ada45 Mon Sep 17 00:00:00 2001 From: Denis Leroy Date: Sep 08 2006 06:03:01 +0000 Subject: typo fix, bug 205695 --- diff --git a/libsigc++.spec b/libsigc++.spec index 3839615..72e9c95 100644 --- a/libsigc++.spec +++ b/libsigc++.spec @@ -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.