Skip to content

Commit 85500b5

Browse files
committed
spelling fix
1 parent 6a249ad commit 85500b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orm_lib/src/postgresql_impl/PgConnection.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ void PgConnection::handleClosed()
136136

137137
if (isWorking_)
138138
{
139-
// Connection was closed unexpectedly while isWorking_ were true.
139+
// Connection was closed unexpectedly while isWorking_ was true.
140140
isWorking_ = false;
141141
handleFatalError();
142142
callback_ = nullptr;

0 commit comments

Comments
 (0)