Navigation Menu

Skip to content

Commit

Permalink
modified: src/ha_groonga.cc: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ikdttr committed Jan 27, 2009
1 parent 84d998c commit 37c9cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ha_groonga.cc
Expand Up @@ -96,7 +96,7 @@ THR_LOCK_DATA **ha_groonga::store_lock(THD *thd,
THR_LOCK_DATA **to,
enum thr_lock_type lock_type)
{
DBUG_ENTER("ha_groonga::store_locko");
DBUG_ENTER("ha_groonga::store_lock");
DBUG_RETURN(to);
}

Expand Down

0 comments on commit 37c9cd5

Please sign in to comment.