[gnome-system-monitor] Fixed typos
- From: Robert Roth <robertroth src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-system-monitor] Fixed typos
- Date: Tue, 27 Oct 2020 06:42:02 +0000 (UTC)
commit c88148770eacd8e078b15df178ddb50555350c95
Author: Jacob Barkdull <jacobbarkdull gmail com>
Date: Tue Oct 20 21:50:23 2020 -0700
Fixed typos
src/setaffinity.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/setaffinity.cpp b/src/setaffinity.cpp
index 3149c677..e827afe3 100644
--- a/src/setaffinity.cpp
+++ b/src/setaffinity.cpp
@@ -169,7 +169,7 @@ set_affinity (GtkToggleButton *button,
/* Check whether we can get process's current affinity */
if (glibtop_get_proc_affinity (&get_affinity, affinity->pid) != NULL) {
- /* If so, run throguh all CPUs set for this process */
+ /* If so, run through all CPUs set for this process */
for (i = 0; i < affinity->cpu_count; i++) {
/* Check if CPU check box button is active */
if (gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (affinity->buttons[i + 1]))) {
@@ -377,7 +377,7 @@ create_single_set_affinity_dialog (GtkTreeModel *model,
g_free (button_text);
}
- /* Run throguh all CPUs set for this process */
+ /* Run through all CPUs set for this process */
for (affinity_i = 0; affinity_i < affinity.number; affinity_i++) {
/* Get CPU button index */
affinity_cpu = affinity_cpus[affinity_i] + 1;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]