Fixed typos in cli output and source code comments
This commit is contained in:
committed by
Andreas Eversberg
parent
97636aac1e
commit
a07764f0d9
@@ -94,7 +94,7 @@ int update_db(cnetz_t __attribute__((unused)) *cnetz, uint8_t futln_nat, uint8_t
|
||||
{
|
||||
cnetz_db_t *db, **dbp;
|
||||
|
||||
/* search transaction for this subsriber */
|
||||
/* search transaction for this subscriber */
|
||||
db = cnetz_db_head;
|
||||
while (db) {
|
||||
if (db->futln_nat == futln_nat
|
||||
|
Reference in New Issue
Block a user