Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hauner committed Dec 20, 2013
1 parent 75976da commit 3dbbe10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class FunctionalTestPhaseConfigurer extends DefaultTestPhaseConfigurer {
}
else {
final console = GrailsConsole.getInstance()
console.updateStatus("Waiting for server availablility")
console.updateStatus("Waiting for server availability")
int maxWait = 10000
int timeout = 0
while(true) {
Expand Down

0 comments on commit 3dbbe10

Please sign in to comment.