From 72eeb4155f9b9f3f28c6fed8c4477acff836c93e Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Tue, 25 Aug 2020 15:22:14 +0200 Subject: [PATCH] spelling: change "licenced" to "licensed" Even though "licenced" is proper (British English) spelling, "spellcheck" complains about it (probably being focused on American English). The change should just clean up the output of the spelling linter and should not be interpreted as a language preference. Sorry, (British) folks! --- plugins/oracle/oracle__connections | 2 +- plugins/oracle/oracle__database_hitratio | 2 +- plugins/oracle/oracle__locks | 2 +- plugins/oracle/oracle__tablespace_usage | 2 +- plugins/oracle/oracle_connections | 2 +- plugins/postgresql/pg__connections | 2 +- plugins/postgresql/postgres_block_read_ | 2 +- plugins/postgresql/postgres_space_ | 2 +- plugins/power/apcupsd_ww | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/plugins/oracle/oracle__connections b/plugins/oracle/oracle__connections index 9c2d362ce..1f7a2b210 100755 --- a/plugins/oracle/oracle__connections +++ b/plugins/oracle/oracle__connections @@ -1,7 +1,7 @@ #!/usr/bin/perl -w # Plugin for monitor oracle connections. # -# Licenced under GPL v2. +# Licensed under GPL v2. # # Usage: # diff --git a/plugins/oracle/oracle__database_hitratio b/plugins/oracle/oracle__database_hitratio index 6e3c8003e..75a363d6b 100755 --- a/plugins/oracle/oracle__database_hitratio +++ b/plugins/oracle/oracle__database_hitratio @@ -1,7 +1,7 @@ #!/usr/bin/perl -w # Plugin for monitor oracle database reads. # -# Licenced under GPL v2. +# Licensed under GPL v2. # # Usage: # diff --git a/plugins/oracle/oracle__locks b/plugins/oracle/oracle__locks index c515dbcef..5e4a59693 100755 --- a/plugins/oracle/oracle__locks +++ b/plugins/oracle/oracle__locks @@ -1,7 +1,7 @@ #!/usr/bin/perl -w # Plugin for monitor oracle locks # -# Licenced under GPL v2. +# Licensed under GPL v2. # # Usage: # diff --git a/plugins/oracle/oracle__tablespace_usage b/plugins/oracle/oracle__tablespace_usage index 637a77c95..4a66712c1 100755 --- a/plugins/oracle/oracle__tablespace_usage +++ b/plugins/oracle/oracle__tablespace_usage @@ -1,7 +1,7 @@ #!/usr/bin/perl -w # Plugin for monitor oracle database reads. # -# Licenced under GPL v2. +# Licensed under GPL v2. # # Usage: # diff --git a/plugins/oracle/oracle_connections b/plugins/oracle/oracle_connections index 587b34f8b..65996ca1c 100755 --- a/plugins/oracle/oracle_connections +++ b/plugins/oracle/oracle_connections @@ -6,7 +6,7 @@ # Author: Kevin Kunkel (kunkel.kevin@gmail.com) on December 11, 2007 # (Based off the perl munin plugin by Joan Carles Soler) # -# Licenced under GPL v2. +# Licensed under GPL v2. # # Usage: # diff --git a/plugins/postgresql/pg__connections b/plugins/postgresql/pg__connections index 2c9e2824a..e19222afa 100755 --- a/plugins/postgresql/pg__connections +++ b/plugins/postgresql/pg__connections @@ -1,7 +1,7 @@ #!/usr/bin/perl -w # Plugin for monitor postgres connections without DBI. # -# Licenced under GPL v2. +# Licensed under GPL v2. # # Usage: # diff --git a/plugins/postgresql/postgres_block_read_ b/plugins/postgresql/postgres_block_read_ index f8afa2241..4f1fc6e99 100755 --- a/plugins/postgresql/postgres_block_read_ +++ b/plugins/postgresql/postgres_block_read_ @@ -16,7 +16,7 @@ # # Copyright Bjørn Ruberg 2006 # -# Licenced under GPL v2. +# Licensed under GPL v2. # # Usage: # diff --git a/plugins/postgresql/postgres_space_ b/plugins/postgresql/postgres_space_ index 7085c14f2..a8e9156ec 100755 --- a/plugins/postgresql/postgres_space_ +++ b/plugins/postgresql/postgres_space_ @@ -3,7 +3,7 @@ # (Temporary) source: http://munin.projects.linpro.no/ticket/63 # Written by Bjørn Ruberg (bjorn@linpro.no) 2006 # Rewritten by Moses Moore 2006-04-08 moc.iazom@sesom -# Licenced under GPL +# Licensed under GPL # Magic markers #%# family=auto diff --git a/plugins/power/apcupsd_ww b/plugins/power/apcupsd_ww index 0b7c1a6c9..f144537f7 100755 --- a/plugins/power/apcupsd_ww +++ b/plugins/power/apcupsd_ww @@ -5,7 +5,7 @@ # Version 1.3 # # Copyright (C) 2005-2008 Behan Webster -# Licenced under GPL 2.0 +# Licensed under GPL 2.0 # # Written by: Behan Webster # German translation by: Bianco Veigel