Index: /issm/trunk-jpl/src/m/contrib/morlighem/modeldata/interpBedmachineGreenland.m
===================================================================
--- /issm/trunk-jpl/src/m/contrib/morlighem/modeldata/interpBedmachineGreenland.m	(revision 25737)
+++ /issm/trunk-jpl/src/m/contrib/morlighem/modeldata/interpBedmachineGreenland.m	(revision 25738)
@@ -21,5 +21,5 @@
 for i=1:numel(paths)
 	if exist(paths{i},'file')
-		ncfile = parths{i}
+		ncfile = paths{i}
 		found = 1;
 		break;
@@ -28,5 +28,5 @@
 
 if ~found
-	error(['Could not find ' basename '-' ncdate '.nc, you can add the path to the list');
+	error(['Could not find ' basename '-' ncdate '.nc, you can add the path to the list']);
 end
 
