Skip to content

Commit

Permalink
[fix] database/db3/session: typo on a fatal message
Browse files Browse the repository at this point in the history
  • Loading branch information
OpaOnWindowsNow committed Sep 15, 2011
1 parent 829f8f5 commit dddacdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/db3/session.ml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ module DT = DbTypes
Logger.log ~color:`yellow "DB : create lock_file %s_lock" file
#<End>
else
(Logger.critical "The database '%s' is currently used by anoter application." file;
(Logger.critical "The database '%s' is currently used by another application." file;
IoManager.close fm;
exit 1)

Expand Down

0 comments on commit dddacdf

Please sign in to comment.