Skip to content

Commit ad3504a

Browse files
fix typos
1 parent 69961dc commit ad3504a

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

  • engine/storage/configdrive/src/org/apache/cloudstack/storage/configdrive

engine/storage/configdrive/src/org/apache/cloudstack/storage/configdrive/ConfigDrive.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,13 @@ public class ConfigDrive {
2626
public static final String openStackConfigDriveName = "/openstack/latest/";
2727

2828
/**
29-
* Created the path to ISO file relative to mount point.
30-
* The config driver path will have the following formatt: {@link #CONFIGDRIVEDIR} + / + instanceName + / + {@link #CONFIGDRIVEFILENAME}
29+
* Creates the path to ISO file relative to mount point.
30+
* The config driver path will have the following formated: {@link #CONFIGDRIVEDIR} + / + instanceName + / + {@link #CONFIGDRIVEFILENAME}
31+
*
3132
* @return config drive ISO file path
3233
*/
3334
public static String createConfigDrivePath(String instanceName) {
3435
return ConfigDrive.CONFIGDRIVEDIR + "/" + instanceName + "/" + ConfigDrive.CONFIGDRIVEFILENAME;
3536
}
3637

37-
}
38+
}

0 commit comments

Comments
 (0)