Skip to content

Commit 9ec65ed

Browse files
tedpenningskares
authored andcommitted
Typo fix
1 parent 5ab57ca commit 9ec65ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/jruby/rack/RackApplicationFactoryDecorator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public void destroy() {
131131
public RackApplication getApplication() throws RackException {
132132
RuntimeException error = getInitError();
133133
if ( error != null ) {
134-
log(RackLogger.DEBUG, "due a previos initialization failure application instance can not be returned");
134+
log(RackLogger.DEBUG, "due a previous initialization failure application instance can not be returned");
135135
throw error; // this is better - we shall never return null here ...
136136
}
137137
return getApplicationImpl();

0 commit comments

Comments
 (0)