forked from pool/libmaa
e8d9546fac
- Add 02-Spelling-typos.patch and 03-Fix-gcc-8-ftbfs.patch from Debian package. OBS-URL: https://build.opensuse.org/request/show/646404 OBS-URL: https://build.opensuse.org/package/show/Education/libmaa?expand=0&rev=2
24 lines
641 B
Diff
24 lines
641 B
Diff
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(-)
|
|
|
|
--- a/sl.c
|
|
+++ b/sl.c
|
|
@@ -176,9 +176,9 @@ sl_List sl_create( int (*compare)( const
|
|
}
|
|
|
|
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
|