Skip to content

Commit ab5cc6a

Browse files
committed
Merge branch 'luzpaz-typos'
2 parents 42da254 + 058512a commit ab5cc6a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ What's new in version 3.4.0
1313
* Updated documentation for pcp-htop
1414
* Disable FOCUS_IN/FOCUS_OUT event handling
1515
* Add GPU meter for Linux and PCP
16-
* Add colum for GPU time per process on Linux and PCP
16+
* Add column for GPU time per process on Linux and PCP
1717
* Avoid glibc FILE API voodoo
1818
* Ignore previously unhandled signals USR1 and USR2
1919
* Force locating the config file to only use absolute paths

linux/LibSensors.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ void LibSensors_getCPUTemperatures(CPUData* cpus, unsigned int existingCPUs, uns
312312
char *label = sym_sensors_get_label(chip, feature);
313313
if (label) {
314314
bool skip = true;
315-
/* Intel coretemp names, labels mention package and phyiscal id */
315+
/* Intel coretemp names, labels mention package and physical id */
316316
if (String_startsWith(label, "Package id ")) {
317317
physicalID = strtoul(label + strlen("Package id "), NULL, 10);
318318
} else if (String_startsWith(label, "Physical id ")) {

pcp/screens/devices

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,5 @@ qlen.caption = Average read and write I/O queue length to the device
118118

119119
util.heading = UTIL%
120120
util.metric = 100 * rate(disk.dev.avactive)
121-
util.caption = Perentage of time device was busy processing requests
121+
util.caption = Percentage of time device was busy processing requests
122122
util.format = percent

0 commit comments

Comments
 (0)