Skip to content

Commit 69347e1

Browse files
bcapenerigaw
authored andcommitted
build: fix spelling
Signed-off-by: Brandon Capener <[email protected]>
1 parent c887564 commit 69347e1

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
@@ -323,7 +323,7 @@ conf.set('CONFIG_KEYUTILS', keyutils_dep.found(), description: 'Is libkeyutils a
323323
if get_option('libdbus').disabled()
324324
libdbus_dep = dependency('', required: false)
325325
else
326-
# Check for libdus availability. Optional, only required for MCTP dbus scan
326+
# Check for libdbus availability. Optional, only required for MCTP dbus scan
327327
libdbus_dep = dependency(
328328
'dbus-1',
329329
required: true,
@@ -620,7 +620,7 @@ summary(path_dict, section: 'Paths')
620620
dep_dict = {
621621
'json-c': json_c_dep.found(),
622622
'OpenSSL': openssl_dep.found(),
623-
'keyutitls': keyutils_dep.found(),
623+
'keyutils': keyutils_dep.found(),
624624
'libdbus': libdbus_dep.found(),
625625
'python3': py3_dep.found(),
626626
'liburing': liburing_dep.found(),

0 commit comments

Comments
 (0)