mirror of https://github.com/apache/jclouds.git
fixed typo
This commit is contained in:
parent
6a8f52e210
commit
9257f3a1e6
|
@ -27,7 +27,7 @@ import org.jclouds.providers.BaseProviderMetadata;
|
|||
import org.jclouds.providers.ProviderMetadata;
|
||||
|
||||
/**
|
||||
* Implementation of {@link org.jclouds.types.ProviderMetadata} for SkaliCloud Malasya.
|
||||
* Implementation of {@link org.jclouds.types.ProviderMetadata} for SkaliCloud Malaysia.
|
||||
*
|
||||
* @author Adrian Cole
|
||||
*/
|
||||
|
@ -54,7 +54,7 @@ public class SkaliCloudMalaysiaProviderMetadata extends BaseProviderMetadata {
|
|||
*/
|
||||
@Override
|
||||
public String getName() {
|
||||
return "SkaliCloud Malasya";
|
||||
return "SkaliCloud Malaysia";
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue