Patch from Yacine Belkadi that fixes a typo in an error message.

llvm-svn: 182302
This commit is contained in:
Greg Clayton 2013-05-20 16:52:10 +00:00
parent 958d4eb12a
commit 885b4b71be
1 changed files with 1 additions and 1 deletions

View File

@ -465,7 +465,7 @@ Variable::GetValuesForVariableExpressionPath (const char *variable_expr_path,
}
}
}
error.SetErrorStringWithFormat ("unable to extracta variable name from '%s'", variable_expr_path);
error.SetErrorStringWithFormat ("unable to extract a variable name from '%s'", variable_expr_path);
}
break;
}