removed outdated claim that BlankNodes aren't supported yet
diff --git a/impl.sparql/pom.xml b/impl.sparql/pom.xml
index 8fe7681..ad68af4 100644
--- a/impl.sparql/pom.xml
+++ b/impl.sparql/pom.xml
@@ -13,8 +13,8 @@
     <packaging>jar</packaging>
     <name>Apache Commons RDF SPARQL backed implementation.</name>
     <description>An implementation of the rdf commons API backed by a sparql 
-        endpoint. STATUS: Incomplete, currecnt code only supports reading 
-        graphs and does not yet support BlankNodes.</description>
+        endpoint. STATUS: Current code only supports reading 
+        graphs.</description>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <commons.encoding>UTF-8</commons.encoding>