mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Smbios: fixes typo
This commit is contained in:
@@ -666,7 +666,7 @@ const FFSmbiosHeaderTable* ffGetSmbiosHeaderTable() {
|
||||
ffStrbufInit(&buffer);
|
||||
|
||||
if (!fillTableBufferPlatform(&buffer)) {
|
||||
FF_DEBUG("Platform specfic SMBIOS retrieval failed, trying fallback method");
|
||||
FF_DEBUG("Platform specific SMBIOS retrieval failed, trying fallback method");
|
||||
if (!fillTableBufferFallback(&buffer)) {
|
||||
FF_DEBUG("Fallback SMBIOS retrieval also failed");
|
||||
ffStrbufDestroy(&buffer);
|
||||
|
||||
Reference in New Issue
Block a user