aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--champ-service/src/main/java/org/onap/champ/async/ChampAsyncRequestProcessor.java2
-rw-r--r--champ-service/src/main/resources/logging/ChampMsgs.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/champ-service/src/main/java/org/onap/champ/async/ChampAsyncRequestProcessor.java b/champ-service/src/main/java/org/onap/champ/async/ChampAsyncRequestProcessor.java
index e091ee9..ce45d14 100644
--- a/champ-service/src/main/java/org/onap/champ/async/ChampAsyncRequestProcessor.java
+++ b/champ-service/src/main/java/org/onap/champ/async/ChampAsyncRequestProcessor.java
@@ -274,7 +274,7 @@ public class ChampAsyncRequestProcessor extends TimerTask {
Iterable<String> events = asyncRequestConsumer.consume();
if (events == null || !events.iterator().hasNext()) {
- logger.info(ChampMsgs.CHAMP_ASYNC_REQUEST_PROCESSOR_INFO, "No events recieved");
+ logger.info(ChampMsgs.CHAMP_ASYNC_REQUEST_PROCESSOR_INFO, "No events received");
} else {
processEvents(events);
}
diff --git a/champ-service/src/main/resources/logging/ChampMsgs.properties b/champ-service/src/main/resources/logging/ChampMsgs.properties
index 776b178..4309b75 100644
--- a/champ-service/src/main/resources/logging/ChampMsgs.properties
+++ b/champ-service/src/main/resources/logging/ChampMsgs.properties
@@ -31,7 +31,7 @@ PROCESS_EVENT=\
QUERY=\
CS0002I|\
- Query Recieved: {0}
+ Query Received: {0}
INCOMING_REQUEST=\
CS0003I|\