[Bps-public-commit] rt-extension-jsgantt branch, master, updated. 1.06-1-g476547f
? sunnavy
sunnavy at bestpractical.com
Sun Jan 24 19:26:57 EST 2021
The branch, master has been updated
via 476547f04b5d50375f51322edaf845853e1453fe (commit)
from 8d91c6df108229f70749ff2dfe8d36c76e398192 (commit)
Summary of changes:
README | 2 +-
lib/RT/Extension/JSGantt.pm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 476547f04b5d50375f51322edaf845853e1453fe
Author: Andrew Ruthven <andrew at etc.gen.nz>
Date: Mon Jan 25 00:00:00 2021 +0800
Fix typo in POD
diff --git a/README b/README
index 4ffc428..dcd90f1 100644
--- a/README
+++ b/README
@@ -57,7 +57,7 @@ CONFIGURATION
# if can't find both start and end dates, use this color
NullDatesColor => 333,
- # to caculate day length
+ # to calculate day length
WorkingHoursPerDay => 8,
# used to set start/end if one exists but the other does not
diff --git a/lib/RT/Extension/JSGantt.pm b/lib/RT/Extension/JSGantt.pm
index 5127af9..8be4494 100644
--- a/lib/RT/Extension/JSGantt.pm
+++ b/lib/RT/Extension/JSGantt.pm
@@ -118,7 +118,7 @@ or add C<RT::Extension::JSGantt> to your existing C<@Plugins> line.
# if can't find both start and end dates, use this color
NullDatesColor => 333,
- # to caculate day length
+ # to calculate day length
WorkingHoursPerDay => 8,
# used to set start/end if one exists but the other does not
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list