瀏覽代碼

domain: fix spelling error

Victor Seva 5 年之前
父節點
當前提交
0944689db2
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/modules/domain/hash.c

+ 2 - 2
src/modules/domain/hash.c

@@ -137,7 +137,7 @@ int hash_table_install(struct domain_list **hash_table, str *did, str *domain)
 	np->did.len = did->len;
 	np->did.s = (char *)shm_malloc(did->len);
 	if(np->did.s == NULL) {
-		LM_ERR("no shared memeory for did\n");
+		LM_ERR("no shared memory for did\n");
 		shm_free(np);
 		return -1;
 	}
@@ -210,4 +210,4 @@ void hash_table_free(struct domain_list **hash_table)
 
 	hash_table[DOM_HASH_SIZE] = NULL;
 	return;
-}
+}