Github user nakomis commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/433#discussion_r22519029
--- Diff:
core/src/main/java/brooklyn/location/cloud/CloudLocationConfig.java ---
@@ -61,7 +61,7 @@
public static final ConfigKey<String> WAIT_FOR_SSHABLE =
ConfigKeys.newStringConfigKey("waitForSshable",
"Whether and how long to wait for a newly provisioned VM to be
accessible via ssh; " +
- "if 'false', won't check; if 'true' uses default duration;
otherwise accepts a time string e.g. '5m' (the default) or a number of
milliseconds", "5m");
+ "if 'false', won't check; if 'true' uses default duration;
otherwise accepts a time string e.g. '5m' (the default) or a number of
milliseonds", "5m");
--- End diff --
Introduces typo
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---