Index: /issm/trunk-jpl/test/NightlyRun/GetIds.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/GetIds.py	(revision 27786)
+++ /issm/trunk-jpl/test/NightlyRun/GetIds.py	(revision 27787)
@@ -54,5 +54,5 @@
     #
     # NOTE: ID inclusion/exclusion lists will always hit this condition 
-    #       becasue of the way their respective arguments are gathered at the 
+    #       because of the way their respective arguments are gathered at the 
     #       end of __main__ in the call to function runme.
     if type(ids_names) == list and len(ids_names) == 2:
@@ -63,5 +63,5 @@
                 if ':' in i:
                     i_range = i.split(':')
-                    for j in range(int(i_range[0]), int(i_range[1])):
+                    for j in range(int(i_range[0]), int(i_range[1]) + 1):
                         ids_expanded.append(j)
                 else:
