Skip to content

Commit

Permalink
db_mongodb: fix spelling errors catched by lintian #688
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmaniac committed Jun 29, 2016
1 parent 8f36954 commit ebc9a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/db_mongodb/mongodb_dbase.c
Expand Up @@ -91,7 +91,7 @@ int db_mongodb_bson_filter_add(bson_t *doc, const db_key_t* _k, const db_op_t* _
ocmp.s = "$ne";
ocmp.len = 3;
} else {
LM_ERR("unsuported match operator: %s\n", _op[idx]);
LM_ERR("unsupported match operator: %s\n", _op[idx]);
goto error;
}

Expand Down

0 comments on commit ebc9a2e

Please sign in to comment.