Skip to content

Commit 664631e

Browse files
committed
fix: typos
1 parent f9d5840 commit 664631e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bin/runFor.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ printf ".\n"
8686
DOCKER_CONNECT=0
8787

8888
docker-compose up -d
89-
printf "\n ${BLUE}"Wating for Database for ${NAME} "${NC}"
89+
printf "\n ${BLUE}"Waiting for Database for ${NAME} "${NC}"
9090

9191
(
9292
for i in `seq 1 20`;

app/de/innfactory/bootstrapplay2/filters/logging/AccessLoggingFilter.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class AccessLoggingFilter @Inject() (config: Config, implicit val mat: Materiali
2323
config.getIntList("logging.access.statusList")
2424

2525
/**
26-
* Logs requests if result header status is inclueded in logging.access.statusList as defined in application.conf
26+
* Logs requests if result header status is included in logging.access.statusList as defined in application.conf
2727
*/
2828
override protected def logic(
2929
r: RoutingContext,

0 commit comments

Comments
 (0)