Skip to content

Commit

Permalink
[FIXED JENKINS-11740] fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rpetti committed Nov 16, 2011
1 parent 158063c commit 784188a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/hudson/plugins/perforce/PerforceSCM.java
Expand Up @@ -575,7 +575,7 @@ public boolean checkout(AbstractBuild build, Launcher launcher,
dir.deleteRecursive();
}
log.println("Cleared workspace.");
log.println("Note: .repository direcotry in workspace (if exists) is skipped ...");
log.println("Note: .repository directory in workspace (if exists) is skipped ...");
} else {
log.println("Could not clear workspace. See hudson.perforce.PerforceSCM logger for details.");
}
Expand Down

0 comments on commit 784188a

Please sign in to comment.