2018-11-07 11:01:21 +01:00
|
|
|
From: Robert Luberda <robert@debian.org>
|
|
|
|
Date: Wed, 4 May 2011 22:38:50 +0200
|
|
|
|
Subject: Spelling typos
|
|
|
|
|
|
|
|
Fix spelling typos found by lintian
|
|
|
|
---
|
|
|
|
maa/sl.c | 4 ++--
|
|
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
|
2019-01-26 18:58:36 +01:00
|
|
|
--- a/maa/sl.c
|
|
|
|
+++ b/maa/sl.c
|
|
|
|
@@ -181,9 +181,9 @@ sl_List sl_create( int (*compare)( const
|
2018-11-07 11:01:21 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
if (!compare)
|
|
|
|
- err_internal( __func__, "compare fuction is NULL\n" );
|
|
|
|
+ err_internal( __func__, "compare function is NULL\n" );
|
|
|
|
if (!key)
|
|
|
|
- err_internal( __func__, "key fuction is NULL\n" );
|
|
|
|
+ err_internal( __func__, "key function is NULL\n" );
|
|
|
|
|
|
|
|
l = mem_get_object( _sl_Memory );
|
|
|
|
#if MAA_MAGIC
|