Bläddra i källkod

permissions: fix typo

Thanks, lintian
> I: kamailio: spelling-error-in-binary usr/lib/x86_64-linux-gnu/kamailio/modules/permissions.so Colums Columns
Victor Seva 7 år sedan
förälder
incheckning
f394815724
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/modules/permissions/address.c

+ 1 - 1
src/modules/permissions/address.c

@@ -146,7 +146,7 @@ int reload_address_table(void)
 		/* basic checks to db values */
 		/* basic checks to db values */
 		if (ROW_N(row + i) != 5)
 		if (ROW_N(row + i) != 5)
 		{
 		{
-			LM_DBG("failure during checks of db address table: Colums %d - expected 5\n", ROW_N(row + i));
+			LM_DBG("failure during checks of db address table: Columns %d - expected 5\n", ROW_N(row + i));
 			goto dberror;
 			goto dberror;
 		}
 		}
 		if ((VAL_TYPE(val) != DB1_INT) || VAL_NULL(val) || (VAL_INT(val) <= 0))
 		if ((VAL_TYPE(val) != DB1_INT) || VAL_NULL(val) || (VAL_INT(val) <= 0))