From ec230924ea87f813116606e04367396e7107416e Mon Sep 17 00:00:00 2001 From: Matt Tucker Date: Wed, 27 Jul 2005 21:16:43 +0000 Subject: [PATCH] Spelling fix. git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2514 b35dd754-fafc-0310-a699-88a17e54d16e --- source/org/jivesoftware/smackx/packet/Time.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/org/jivesoftware/smackx/packet/Time.java b/source/org/jivesoftware/smackx/packet/Time.java index 4dcf35aa7..31a6d288a 100644 --- a/source/org/jivesoftware/smackx/packet/Time.java +++ b/source/org/jivesoftware/smackx/packet/Time.java @@ -75,7 +75,7 @@ public class Time extends IQ { } /** - * Cretaes a new Time instance using the specified calendar instance as + * Creates a new Time instance using the specified calendar instance as * the time value to send. * * @param cal the time value.