Merge remote-tracking branch 'remotes/origin/xdccore-J-sasha' into xdccore-J-dr
diff --git a/src/packages/xdc/rov/Program.xs b/src/packages/xdc/rov/Program.xs
index 8ef6cfd..225e593 100644
--- a/src/packages/xdc/rov/Program.xs
+++ b/src/packages/xdc/rov/Program.xs
@@ -1207,7 +1207,7 @@
 {
     var typespec = Program.lookupTypeByVariable(varName);
     if (typespec == null) {
-        throw new Error("Variable '" + varName + "' does not exists, or it is "
+        throw new Error("Variable '" + varName + "' does not exist, or it is "
             + "not a global variable.");
     }