From 816e4f5fea69cc8e4b631503e2d8d689449ecea5 Mon Sep 17 00:00:00 2001 From: Emil Ivov Date: Tue, 10 Oct 2006 09:46:54 +0000 Subject: [PATCH] fixed javadoc comment --- .../java/sip/communicator/impl/protocol/sip/SipAccountID.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net/java/sip/communicator/impl/protocol/sip/SipAccountID.java b/src/net/java/sip/communicator/impl/protocol/sip/SipAccountID.java index 6382c0670..73a8d60b1 100644 --- a/src/net/java/sip/communicator/impl/protocol/sip/SipAccountID.java +++ b/src/net/java/sip/communicator/impl/protocol/sip/SipAccountID.java @@ -23,7 +23,7 @@ public class SipAccountID * * @param userID the user id part of the SIP uri identifying this contact. * @param accountProperties any other properties necessary for the account. - * @param sererName the name of the server that the user belongs to. + * @param serverName the name of the server that the user belongs to. */ protected SipAccountID(String userID, Map accountProperties,