From d9f2bcde69814e770a69a0bbaf161b9aefc65669 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 9 Apr 2007 18:22:58 +0000 Subject: [PATCH] fix typo in POD --- lib/WebGUI/DateTime.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/DateTime.pm b/lib/WebGUI/DateTime.pm index d77eef591..1838ca8d6 100755 --- a/lib/WebGUI/DateTime.pm +++ b/lib/WebGUI/DateTime.pm @@ -447,7 +447,7 @@ sub toUserTimeZoneTime { Handle copying all WebGUI::DateTime specific data. This is an object method. -This method overrides the set in DateTime to keep WebGUI::DateTime specific +This method overrides the truncate in DateTime to keep WebGUI::DateTime specific information being passed between object instances. Some DateTime operations create a new object.