diff --git a/source/org/jivesoftware/smackx/ServiceDiscoveryManager.java b/source/org/jivesoftware/smackx/ServiceDiscoveryManager.java
index 4dbea30cd..18da4bdcb 100644
--- a/source/org/jivesoftware/smackx/ServiceDiscoveryManager.java
+++ b/source/org/jivesoftware/smackx/ServiceDiscoveryManager.java
@@ -115,7 +115,7 @@ public class ServiceDiscoveryManager {
/**
* Returns the type of client that will be returned when asked for the client identity in a
* disco request. The valid types are defined by the category client. Follow this link to learn
- * the possible types: Jabber::Registrar.
+ * the possible types: Jabber::Registrar.
*
* @return the type of client that will be returned when asked for the client identity in a
* disco request.
@@ -127,7 +127,7 @@ public class ServiceDiscoveryManager {
/**
* Sets the type of client that will be returned when asked for the client identity in a
* disco request. The valid types are defined by the category client. Follow this link to learn
- * the possible types: Jabber::Registrar.
+ * the possible types: Jabber::Registrar.
*
* @param type the type of client that will be returned when asked for the client identity in a
* disco request.