Index: src/java/org/apache/fop/fo/properties/TableColLength.java
===================================================================
--- src/java/org/apache/fop/fo/properties/TableColLength.java	(revision 344496)
+++ src/java/org/apache/fop/fo/properties/TableColLength.java	(working copy)
@@ -76,7 +76,7 @@
      */
     public double getNumericValue() {
         throw new UnsupportedOperationException(
-                "Must call getNumericValue with PercentageBaseContext");
+                "Must call getNumericValue with PercentBaseContext");
     }
 
     /**
@@ -92,7 +92,7 @@
      */
     public int getValue() {
         throw new UnsupportedOperationException(
-                "Must call getValue with PercentageBaseContext");
+                "Must call getValue with PercentBaseContext");
     }
 
     /**
