Skip to content

Commit

Permalink
[CBRD-25046] typo error in jsp_sr.c (#4743) (#4749)
Browse files Browse the repository at this point in the history
http://jira.cubrid.org/browse/CBRD-25046
This is a backport for 11.2
  • Loading branch information
beyondykk9 authored Oct 31, 2023
1 parent 749b9a6 commit 08de268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jsp/jsp_sr.c
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ delay_load_hook (unsigned dliNotify, PDelayLoadInfo pdli)

if (jvm_path)
{
err_msgs.append ("\n\tFailed to load libjvm from 'JVM_PATH' envirnment variable: ");
err_msgs.append ("\n\tFailed to load libjvm from 'JVM_PATH' environment variable: ");
err_msgs.append ("\n\t\t");
err_msgs.append (jvm_path);

Expand Down

0 comments on commit 08de268

Please sign in to comment.