mirror of
https://github.com/smxi/inxi.git
synced 2025-04-17 15:19:11 +00:00
fixed typo
This commit is contained in:
parent
5410a31f09
commit
f6f077526e
1 changed files with 1 additions and 1 deletions
2
inxi
2
inxi
|
@ -5061,7 +5061,7 @@ get_cpu_data()
|
|||
gsub(/^ +| +$/, "", $NF)
|
||||
family=toupper( sprintf("%x", $NF) )
|
||||
}
|
||||
/^(stepping|cpu revission)/ && ( rev == "" ){
|
||||
/^(stepping|cpu revision)/ && ( rev == "" ){
|
||||
gsub(/^ +| +$/, "", $NF)
|
||||
rev=$NF
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue