This commit is contained in:
Thomas Schatzl 2013-09-19 09:34:20 +02:00
commit 0a1b832ae0
11 changed files with 30 additions and 22 deletions

View file

@ -3721,7 +3721,7 @@ static OnLoadEntry_t lookup_on_load(AgentLibrary* agent, const char *on_load_sym
const char *name = agent->name();
const char *msg = "Could not find agent library ";
// First check to see if agent is statcally linked into executable
// First check to see if agent is statically linked into executable
if (os::find_builtin_agent(agent, on_load_symbols, num_symbol_entries)) {
library = agent->os_lib();
} else if (agent->is_absolute_path()) {