Skip to content

Commit 8390a39

Browse files
authored
fix spelling (#2233)
* fix spelling * we deploy flex too
1 parent e6bf5e3 commit 8390a39

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pluginName=Cloud Tools For Eclipse App Engine Standard Deployment Support
1+
pluginName=Cloud Tools For Eclipse App Engine Deployment Support
22
providerName=Google Inc.

plugins/com.google.cloud.tools.eclipse.appengine.deploy/src/com/google/cloud/tools/eclipse/appengine/deploy/util/CloudSdkProcessWrapper.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,11 @@ public String getStdOutAsString() {
137137

138138
private class StoreProcessObjectListener implements ProcessStartListener {
139139
@Override
140-
public void onStart(Process proces) {
140+
public void onStart(Process process) {
141141
synchronized (CloudSdkProcessWrapper.this) {
142-
process = proces;
142+
CloudSdkProcessWrapper.this.process = process;
143143
if (interrupted) {
144-
process.destroy();
144+
CloudSdkProcessWrapper.this.process.destroy();
145145
}
146146
}
147147
}
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
eclipse.preferences.version=1
22
encoding/<project>=UTF-8
3-
encoding/src-test=UTF-8

0 commit comments

Comments
 (0)