Skip to content

Commit fed149c

Browse files
committed
fix spelling
1 parent 3d5c23a commit fed149c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ conf.set('CONFIG_KEYUTILS', keyutils_dep.found(), description: 'Is libkeyutils a
328328
if is_windows or get_option('libdbus').disabled()
329329
libdbus_dep = dependency('', required: false)
330330
else
331-
# Check for libdus availability. Optional, only required for MCTP dbus scan
331+
# Check for libdbus availability. Optional, only required for MCTP dbus scan
332332
libdbus_dep = dependency(
333333
'dbus-1',
334334
required: true,
@@ -627,7 +627,7 @@ summary(path_dict, section: 'Paths')
627627
dep_dict = {
628628
'json-c': json_c_dep.found(),
629629
'OpenSSL': openssl_dep.found(),
630-
'keyutitls': keyutils_dep.found(),
630+
'keyutils': keyutils_dep.found(),
631631
'libdbus': libdbus_dep.found(),
632632
'python3': py3_dep.found(),
633633
'liburing': liburing_dep.found(),

0 commit comments

Comments
 (0)