Fix path issues
[policy/models.git] / models-interactions / model-actors / actorServiceProvider / src / main / java / org / onap / policy / controlloop / actorserviceprovider / impl / HttpOperation.java
index 4c007ea..aa98c0d 100644 (file)
@@ -116,7 +116,7 @@ public abstract class HttpOperation<T> extends OperationPartial {
     }
 
     /**
-     * Makes the URL to which the "get" request should be posted. This ir primarily used
+     * Makes the URL to which the "get" request should be posted. This is primarily used
      * for logging purposes. This particular method returns the base URL appended with the
      * return value from {@link #makePath()}.
      *