[libsoup] meson: Fix typo in assert



commit 3d1e0e5f8be8d9e6fc971b145708637df8b42cbd
Author: Tomas Popela <tpopela redhat com>
Date:   Tue Apr 17 15:46:56 2018 +0200

    meson: Fix typo in assert

 meson.build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meson.build b/meson.build
index 849c3ec..51ba351 100644
--- a/meson.build
+++ b/meson.build
@@ -171,7 +171,7 @@ if enable_gssapi
     endif
     if cc.has_header('gssapi/gssapi.h', required: false)
       gssapi_lib = cc.find_library('gssapi' + gssapi_lib_type, required: false)
-      assert(gssapi_lib.found(), 'GSSAPI support requested, but the MIT Keberos 5 headers and libraries are 
not found')
+      assert(gssapi_lib.found(), 'GSSAPI support requested, but the MIT Kerberos 5 headers and libraries are 
not found')
       add_project_link_arguments('gssapi@0@.lib'.format(gssapi_lib_type), language : 'c')
     endif
   else


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]