diff --git a/src/core/dmi.cc b/src/core/dmi.cc index 6d76c53a..0278d79d 100644 --- a/src/core/dmi.cc +++ b/src/core/dmi.cc @@ -462,7 +462,7 @@ u8 cachetype = 0) switch ((config >> 8) & 3) { case 0: - n.addCapability("write-through", _("Write-trough")); + n.addCapability("write-through", _("Write-through")); break; case 1: n.addCapability("write-back", _("Write-back"));