Index: /issm/trunk-jpl/src/m/mesh/meshconvert.py
===================================================================
--- /issm/trunk-jpl/src/m/mesh/meshconvert.py	(revision 16283)
+++ /issm/trunk-jpl/src/m/mesh/meshconvert.py	(revision 16284)
@@ -51,5 +51,5 @@
 	md.mesh.elementonbed       = numpy.ones(md.mesh.numberofelements,bool)
 	md.mesh.elementonsurface   = numpy.ones(md.mesh.numberofelements,bool)
-	md.mesh.vertexonboundary   = numpy.zeros(md.mesh.nuberofvertices,bool)
+	md.mesh.vertexonboundary   = numpy.zeros(md.mesh.numberofvertices,bool)
 	md.mesh.vertexonboundary[md.mesh.segments[:,0:2]-1] = True
 
