]> gitweb.michael.orlitzky.com - dead/census-tools.git/commitdiff
Fixed a typo.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 4 Mar 2010 19:00:14 +0000 (14:00 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 4 Mar 2010 19:00:14 +0000 (14:00 -0500)
src/Census.py

index 761b380ba15f70c22ff75baf202cda86e8b501b8..1b203124916535ae424cc35a1a714dea4de34d27 100644 (file)
@@ -60,7 +60,7 @@ class Database:
         """
         cursor = self.connection.cursor()
 
-        # We're ready to build our query, one step at a time. Firsy, we store
+        # We're ready to build our query, one step at a time. First, we store
         # the Text->Geom conversion in a variable; this just makes the query a
         # little easier to read.
         geometric_object = "ST_GeomFromText(%s, %d)"