summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-05-27 15:15:16 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-05-27 15:15:16 +0200
commit77ef4b6ecee9ac78a7769f4cd45ccf57265a8e34 (patch)
tree9b903eacbef971d6912926ae7fa83b7e5c487126
parenta819a8b8778b76143a0c772c6fe6fda123aab525 (diff)
session: Fix a typo/grammar in the comment
-rw-r--r--callagent/session/SIPSessionBase.st2
1 files changed, 1 insertions, 1 deletions
diff --git a/callagent/session/SIPSessionBase.st b/callagent/session/SIPSessionBase.st
index b09397d..9783fe4 100644
--- a/callagent/session/SIPSessionBase.st
+++ b/callagent/session/SIPSessionBase.st
@@ -55,7 +55,7 @@ a proper session.'>
"I check if this enters a new confirmed dialog or if this is the
confirmed dialog."
- "We have no confirmed dialog, accept it"
+ "We have now a confirmed dialog, accept it"
^ dialog isNil
ifTrue: [
aDialog isConfirmed ifTrue: [