s/seperate/separate/; s/ablity/ability/
This commit is contained in:
parent
78a0ad0709
commit
d1e45a7b31
2 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
libsigc++ implements a full callback system for use in widget
|
||||
libraries, abstract interfaces, and general programming. Originally
|
||||
part of the Gtk-- widget set, libsigc++ is now a seperate library to
|
||||
part of the Gtk-- widget set, libsigc++ is now a separate library to
|
||||
provide for more general use. It is the most complete library of its
|
||||
kind with the ablity to connect an abstract callback to a class
|
||||
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. Libsigc++ is licensed under the GNU
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
libsigc++ implements a full callback system for use in widget
|
||||
libraries, abstract interfaces, and general programming. Originally
|
||||
part of the Gtk-- widget set, libsigc++ is now a seperate library to
|
||||
part of the Gtk-- widget set, libsigc++ is now a separate library to
|
||||
provide for more general use. It is the most complete library of its
|
||||
kind with the ablity to connect an abstract callback to a class
|
||||
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. Libsigc++ is licensed under the GNU
|
||||
|
|
Loading…
Reference in a new issue