Index: doc/papers/general/Paper.tex
===================================================================
--- doc/papers/general/Paper.tex	(revision 2dcb750eb784d06831f8c7c1c2700a7035aa71ff)
+++ doc/papers/general/Paper.tex	(revision ed2bf543fa3be1fd1060ce94b61ceecea22cdcc6)
@@ -1818,5 +1818,5 @@
 \CFA has replacement libraries condensing hundreds of existing C routines into tens of \CFA overloaded routines, all without rewriting the actual computations.
 In many cases, the interface is an inline wrapper providing overloading during compilation but zero cost at runtime.
-The following sections give a gleams of the interface reduction to many C libraries.
+The following sections give a glimpse of the interface reduction to many C libraries.
 In many cases, @signed@/@unsigned@ @char@ and @short@ routines are available (but not shown) to ensure expression computations remain in a single type, as conversions can distort results.
 
@@ -1925,5 +1925,5 @@
 unsigned int `abs`( int );
 double `abs`( double );
-double cabs( double _Complex );
+double abs( double _Complex );
 \end{cfa}
 &
@@ -2238,4 +2238,5 @@
 
 \begin{table}
+\centering
 \caption{Properties of benchmark code}
 \label{tab:eval}
