From 71dd35c0e71c8a00aa80a1efd97d4d9142efa721 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Thu, 29 May 2014 07:57:08 +0300 Subject: [PATCH] SMPP: Fix typo in README PR: https://github.com/spring-projects/spring-integration-extensions/pull/71 --- spring-integration-smpp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-integration-smpp/README.md b/spring-integration-smpp/README.md index 1982241..2b61ac8 100644 --- a/spring-integration-smpp/README.md +++ b/spring-integration-smpp/README.md @@ -22,7 +22,7 @@ Simply download it, cd into the folder and execute `./startsmppsim.(sh|bat)`. Ma Another option is **smsssim** and smsctest from http://opensmpp.logica.com/CommonPart/Download/download2.html -Alternatively, the JSMPP project itself has an SMPP simulator as well. It is also possible to use a full-blow SMPP servers like *Kanell*. +Alternatively, the JSMPP project itself has an SMPP simulator as well. It is also possible to use a full-blow SMPP servers like *Kannel*. # Building