Skip to content

Commit

Permalink
Merge pull request 'Fix another typo' (#43) from alexhenrie/lshw:typo…
Browse files Browse the repository at this point in the history
…s into master

Reviewed-on: https://ezix.org/src/pkg/lshw/pulls/43
  • Loading branch information
lyonel committed Oct 13, 2021
2 parents dd2f9ee + a252ea9 commit 11c2501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/dmi.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
Expand Down

0 comments on commit 11c2501

Please sign in to comment.