Skip to content

Commit

Permalink
Fixed typo Calcualete -> Calculate
Browse files Browse the repository at this point in the history
  • Loading branch information
petacz committed Oct 1, 2015
1 parent 608e18e commit 2839dad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public BuildStepMonitor getRequiredMonitorService() {
@Extension
public static class DescriptorImpl extends BuildStepDescriptor<Publisher> {
public String getDisplayName() {
return "Calcualete disk usage of build";
return "Calculate disk usage of build";
}

@Override
Expand Down

1 comment on commit 2839dad

@markhu
Copy link

@markhu markhu commented on 2839dad Jun 2, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 LGTM

Please sign in to comment.