]> granicus.if.org Git - sysstat/commitdiff
*: spelling and grammar fixes
authorVille Skyttä <ville.skytta@iki.fi>
Sat, 13 Nov 2021 21:27:54 +0000 (23:27 +0200)
committerVille Skyttä <ville.skytta@iki.fi>
Sat, 13 Nov 2021 21:27:54 +0000 (23:27 +0200)
17 files changed:
CHANGES
build/cron_interval
build/prefix
contrib/isag/isag
iconfig
json_stats.c
man/pidstat.1
man/sadf.in
mpstat.c
pcp_def_metrics.c
pcp_stats.c
rndr_stats.c
sadc.c
sadf.c
sadf_misc.c
svg_stats.c
xml_stats.c

diff --git a/CHANGES b/CHANGES
index 96b7faaf95a470f29bdbd4c80745b7ab4e0d8f38..419f2ed87f8e0e0cc5b322ac5ea04f804282bb24 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -375,7 +375,7 @@ Changes:
 
 2018/04/06: Version 11.7.3 - Sebastien Godard (sysstat <at> orange.fr)
        * sar: Fix possible crash happening when buffers needed to be
-         reallocated to accomodate more devices.
+         reallocated to accommodate more devices.
        * sar/sadf/mpstat: Compute global CPU statistics as the sum of individual
          CPU ones.
        * mpstat: Compute statistics for node "all" as the sum of individual
index 9330c78013272f3d77b562bdc05ab39ed6648d5a..e591093e04fd34872b374273a0984f8c9c0f740c 100644 (file)
@@ -1,7 +1,7 @@
 
 You may enter here the sampling interval (in minutes) that the configuration
 script will use to customize the crontab.
-Defaut value is 10. This means that sadc (the system activity data collector
+Default value is 10. This means that sadc (the system activity data collector
 called by sar) will take a snapshot of the system counters every 10 minutes.
 Other reasonable values could be 5, 15 or 20 minutes.
 
index fc7d02a008b68deab0c832ee8dfa4a1fd270ceb8..00d45fe74bc5117cd0e001fd7a7dbc4b5edc589d 100644 (file)
@@ -1,6 +1,6 @@
 
 This is the base directory used for installation.
-System administrators would rather install softwares that are added to
+System administrators would rather install software that are added to
 an already existing system into /usr/local, since /usr is sometimes
 mounted read-only.
 /usr/local is the default answer here.
index 026d2bc4f6679e37526805041395bf5a90148e5f..30b6d1afd13c789e5ad6c1ed5c491cc3499fd2fb 100755 (executable)
@@ -84,7 +84,7 @@ exec wish "$0" -- "$@"
 # Revision 1.9  2001/01/27 19:28:43  root
 # added secondary Y axes functionality
 # added -c cfg_file cmdln option
-# writting of selected config data to cfg_file
+# writing of selected config data to cfg_file
 # renamed chart lines to names used in sar
 # parametrized creating of cmd() array
 # added generic var __M4_TIMELEN__ for proc_line_generic
@@ -143,7 +143,7 @@ exec wish "$0" -- "$@"
 
 set ident "/usr/bin/ident"
 set version ""
-# This can be set only if small interactive change in result code was occured
+# This can be set only if small interactive change in result code occurred
 set patchlevel ""
 if {[catch {set fp [open "| $ident $argv0" "r"]}] == 0} {
        set n 0
@@ -395,7 +395,7 @@ set sag_latest_file ""
 
 # SGo 2008-07-06: Update options (options -S added).
 # SGo 2008-06-15: Update options (options -c and -w have been merged).
-# sar switches as names for object-instances (final and curent)
+# sar switches as names for object-instances (final and current)
 set  prog_swtch [list b B q r R S u v w W]
 
 # maximal and current values for each graph indexed by sar switch i.e. for cpu 
@@ -683,7 +683,7 @@ menu .menu.file.m -tearoff false
 menubutton .menu.chart -text "Chart" -menu .menu.chart.m -underline 0
 menu .menu.chart.m -tearoff true
 
-# creates for each sar-switch menu item with apropriate command
+# creates for each sar-switch menu item with appropriate command
 foreach l $prog_swtch {
        .menu.chart.m add command -label $view_n($l) \
                -command "new_chart $l" -accelerator $l
diff --git a/iconfig b/iconfig
index c9d57c30f4c17fea765964306f9b02381703781d..973b33d98f38e7aa5b19472e4dfa062ad74d46b9 100755 (executable)
--- a/iconfig
+++ b/iconfig
@@ -10,7 +10,7 @@ echo
 echo This script enables you to set the parameters value used by ./configure.
 echo Please enter the value for the parameters listed below.
 echo Press Return to tell ./configure to use the default value or to try to guess the proper one.
-echo "Defaut value for yes/no questions is no (parameter is NOT set)."
+echo "Default value for yes/no questions is no (parameter is NOT set)."
 echo You can enter a ? to display a help message at any time...
 echo
 
index f5c6c9647b51496cc6b8300a359405134bcfe3f0..735cbc41795b6d0f82bd377dbab6668c9fe79d46 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * json_stats.c: Funtions used by sadf to display statistics in JSON format.
+ * json_stats.c: Functions used by sadf to display statistics in JSON format.
  * (C) 1999-2021 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
index d1dfab4940e533cfc54abbac8174b8246c7771c6..2206ecf964e160e38877d11688ea085b69045799 100644 (file)
@@ -356,7 +356,7 @@ A voluntary context switch occurs when a task blocks because it
 requires a resource that is unavailable.
 .IP nvcswch/s
 Total number of non voluntary context switches the task made per second.
-A involuntary context switch takes place when a task executes
+An involuntary context switch takes place when a task executes
 for the duration of its time slice and then is forced to relinquish the
 processor.
 .IP Command
index f953559941bfe27c9d6b3af5c121ede719b67880..0b405f546b93da2ca5a2dcd1776237562cff369a 100644 (file)
@@ -295,7 +295,7 @@ hexadecimal numbers (hex triplets) representing colors that defaults to
 .br
 .B L=000000:T=000000:W=000000:X=000000
 
-Capabilities consisting of an hexadecimal digit
+Capabilities consisting of a hexadecimal digit
 .RB "(" "0 " "through " "F" ") are used to specify"
 the first sixteen colors in the palette (these colors are used to draw the graphs),
 e.g., 3=ffffff would indicate that the third color in the palette is white (0xffffff).
index 0f33d82d957203a3775e8c16f480f27a809d7bf5..15e1567730f41d8df57aa681a800f0ef33061d0e 100644 (file)
--- a/mpstat.c
+++ b/mpstat.c
@@ -541,7 +541,7 @@ unsigned long long get_global_cpu_mpstats(int prev, int curr,
                                scp->cpu_steal + scp->cpu_softirq;
 
                /*
-                * If the CPU is offline then it is omited from /proc/stat:
+                * If the CPU is offline then it is omitted from /proc/stat:
                 * All the fields couldn't have been read and the sum of them is zero.
                 */
                if (tot_jiffies_c == 0) {
index 36973ccc05296a1d7f3aa6eaf323799fde98c566..8442ba19084af44acad85e38b1baee7ea5136bd9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * pcp_def_metrics.c: Funtions used by sadf to define PCP metrics
+ * pcp_def_metrics.c: Functions used by sadf to define PCP metrics
  * (C) 2019-2021 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
index 9374d0f32dbefdecec3954f258a7a30946ff632b..15a4d993adfb51e982645c4a0a0ae765187f3813 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * pcp_stats.c: Funtions used by sadf to create PCP archive files.
+ * pcp_stats.c: Functions used by sadf to create PCP archive files.
  * (C) 2019-2021 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
index 9c71ca0a77da15459402482f6d3bcd7df9030a7d..fded6b0919434638c6d20c0d3dae1bd66e53b733 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * rndr_stats.c: Funtions used by sadf to display statistics in selected format.
+ * rndr_stats.c: Functions used by sadf to display statistics in selected format.
  * (C) 1999-2021 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
diff --git a/sadc.c b/sadc.c
index 0a9ffaebd7ba0e7baab66b81240ae3089a8b8a9b..3cc39599355443e5db39ff6feda63c3e486bdaca 100644 (file)
--- a/sadc.c
+++ b/sadc.c
@@ -110,7 +110,7 @@ void usage(char *progname)
  *
  * IN:
  * @group_id   Group identification number.
- * @opt_f      Optionnal flag to set.
+ * @opt_f      Optional flag to set.
  ***************************************************************************
  */
 void collect_group_activities(unsigned int group_id, unsigned int opt_f)
diff --git a/sadf.c b/sadf.c
index 2cd1f70e1a826272a8af01eba48f8f380899d794..78959ad102f258d7c65e78c127658acebcf990a8 100644 (file)
--- a/sadf.c
+++ b/sadf.c
@@ -659,7 +659,7 @@ int generic_write_stats(int curr, int use_tm_start, int use_tm_end, int reset,
        if (reset_cd) {
                /*
                 * See note in sar.c.
-                * NB: Reseting cross_day is needed only if datafile
+                * NB: Resetting cross_day is needed only if datafile
                 * may be rewinded (eg. in db or ppc output formats).
                 */
                cross_day = 0;
index 10a1a917aaf25e8ef688640b683bf5441cc8cef0..7e7eddfbd2fe9ad9e79cb27d229c126edc23f96f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * sadf_misc.c: Funtions used by sadf to display special records
+ * sadf_misc.c: Functions used by sadf to display special records
  * (C) 2011-2021 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
index 821869d534f67fa44018af8cb3df9a7970aceda1..aea9bda0cd862e86a2c2ba037b343b13a991dda3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * svg_stats.c: Funtions used by sadf to display statistics in SVG format.
+ * svg_stats.c: Functions used by sadf to display statistics in SVG format.
  * (C) 2016-2021 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************
@@ -86,8 +86,8 @@ unsigned int svg_colors[SVG_COL_PALETTE_NR][SVG_COL_PALETTE_SIZE] =
  *             the fields in the statistics structure.
  *
  * OUT:
- * @spmin      Array containg the possible new min values for current activity.
- * @spmax      Array containg the possible new max values for current activity.
+ * @spmin      Array containing the possible new min values for current activity.
+ * @spmax      Array containing the possible new max values for current activity.
  ***************************************************************************
  */
 void save_extrema(unsigned int types_nr[], void *cs, void *ps, unsigned long long itv,
index 324f984dae8a816e55f5019404f7a275b17ccfaa..8d16ed7f94cd287e7ba7c1c32ea1a2ea3d8f44d6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * xml_stats.c: Funtions used by sadf to display statistics in XML.
+ * xml_stats.c: Functions used by sadf to display statistics in XML.
  * (C) 1999-2021 by Sebastien GODARD (sysstat <at> orange.fr)
  *
  ***************************************************************************