You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/phongo_error.c
+1-1
Original file line number
Diff line number
Diff line change
@@ -189,7 +189,7 @@ void phongo_throw_exception_from_bson_error_t_and_reply(bson_error_t* error, con
189
189
/* Server errors (other than ExceededTimeLimit) and write concern errors
190
190
* may use CommandException and report the result document for the
191
191
* failed command. For BC, ExceededTimeLimit errors will continue to use
192
-
* ExcecutionTimeoutException and omit the result document. */
192
+
* ExecutionTimeoutException and omit the result document. */
193
193
if (reply&& ((error->domain==MONGOC_ERROR_SERVER&&error->code!=PHONGO_SERVER_ERROR_EXCEEDED_TIME_LIMIT) ||error->domain==MONGOC_ERROR_WRITE_CONCERN)) {
0 commit comments