Fixed Some Typos
[holmes/common.git] / holmes-actions / src / main / java / org / onap / holmes / common / utils / HttpsUtils.java
index 54c5e7d..8b88fd2 100644 (file)
@@ -193,7 +193,7 @@ public class HttpsUtils {
                 HttpEntity resEntity = httpResponse.getEntity();
                 result = EntityUtils.toString(resEntity);
             } else {
-                throw new CorrelationException("Get a error status from server : " + statusCode);
+                throw new CorrelationException("Get an error status from server : " + statusCode);
             }
         }
         return result;