diff --git a/cdecl.spec b/cdecl.spec index 8c2041b..bdece22 100644 --- a/cdecl.spec +++ b/cdecl.spec @@ -33,9 +33,9 @@ BuildRequires: readline-devel %description Cdecl is a program which will turn English-like phrases such as "declare foo as array 5 of pointer to function returning int" into C -declarations such as "int (*foo[5])()". It can also translate the C -into the pseudo-English. And it handles typecasts as well as C++. It -offers command line editing and history. +declarations such as "int (*foo[5])()" and vice-versa. It handles +typecasts and C++ as well, and offers command line editing and +history. %prep %autosetup -p1