2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 06:15:15 +00:00

Spelling fixes from Ville Skyttä

This commit is contained in:
Jean Delvare
2014-01-19 15:59:11 +00:00
parent f5d3e6a256
commit da18d98522
4 changed files with 6 additions and 6 deletions

View File

@@ -115,7 +115,7 @@ static int get_label_size(const sensors_chip_name *name)
int i;
const sensors_feature *iter;
char *label;
unsigned int max_size = 11; /* 11 as minumum label width */
unsigned int max_size = 11; /* 11 as minimum label width */
i = 0;
while ((iter = sensors_get_features(name, &i))) {