Skip to content

Commit 03172d8

Browse files
committed
style(olss): 💄 Fix typo
Signed-off-by: Philippe Vanhaesendonck <philippe.vanhaesendonck@oracle.com>
1 parent 437e00c commit 03172d8

File tree

9 files changed

+17
-17
lines changed

9 files changed

+17
-17
lines changed

oracle-linux-image-tools/cloud/azure/image-scripts.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
# the host:
1111
# cloud::validate: called at the very begining to validate project parameters
1212
# (optional)
13-
# cloud::customize_args: arguments to pass to virt-customize (optonal)
14-
# cloud::sysprep_args: arguments to pass to virt-sysprep (optonal)
13+
# cloud::customize_args: arguments to pass to virt-customize (optional)
14+
# cloud::sysprep_args: arguments to pass to virt-sysprep (optional)
1515
# cloud::image_package: Package the raw image for the target cloud.
1616
# This function must be defined either at cloud or cloud/distribution level#
1717
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.

oracle-linux-image-tools/cloud/none/image-scripts.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
# the host:
1111
# cloud::validate: called at the very begining to validate project parameters
1212
# (optional)
13-
# cloud::customize_args: arguments to pass to virt-customize (optonal)
14-
# cloud::sysprep_args: arguments to pass to virt-sysprep (optonal)
13+
# cloud::customize_args: arguments to pass to virt-customize (optional)
14+
# cloud::sysprep_args: arguments to pass to virt-sysprep (optional)
1515
# cloud::image_package: Package the raw image for the target cloud.
1616
# This function must be defined either at cloud or cloud/distribution level
1717
#

oracle-linux-image-tools/cloud/oci/image-scripts.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
# the host:
1111
# cloud::validate: called at the very begining to validate project parameters
1212
# (optional)
13-
# cloud::customize_args: arguments to pass to virt-customize (optonal)
14-
# cloud::sysprep_args: arguments to pass to virt-sysprep (optonal)
13+
# cloud::customize_args: arguments to pass to virt-customize (optional)
14+
# cloud::sysprep_args: arguments to pass to virt-sysprep (optional)
1515
# cloud::image_package: Package the raw image for the target cloud.
1616
# This function must be defined either at cloud or cloud/distribution level#
1717
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.

oracle-linux-image-tools/cloud/olvm/image-scripts.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
# the host:
1111
# cloud::validate: called at the very begining to validate project paramters
1212
# (optional)
13-
# cloud::customize_args: arguments to pass to virt-customize (optonal)
14-
# cloud::sysprep_args: arguments to pass to virt-sysprep (optonal)
13+
# cloud::customize_args: arguments to pass to virt-customize (optional)
14+
# cloud::sysprep_args: arguments to pass to virt-sysprep (optional)
1515
# cloud::image_package: Package the raw image for the target cloud.
1616
# This function must be defined either at cloud or cloud/distribution level
1717
#

oracle-linux-image-tools/cloud/ovm/image-scripts.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
# the host:
1111
# cloud::validate: called at the very begining to validate project paramters
1212
# (optional)
13-
# cloud::customize_args: arguments to pass to virt-cutomize (optonal)
14-
# cloud::sysprep_args: arguments to pass to virt-sysprep (optonal)
13+
# cloud::customize_args: arguments to pass to virt-cutomize (optional)
14+
# cloud::sysprep_args: arguments to pass to virt-sysprep (optional)
1515
# cloud::image_package: Package the raw image for the target cloud.
1616
# This function must be defined either at cloud or cloud/distribution level
1717
#

oracle-linux-image-tools/cloud/utm/image-scripts.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
# the host:
1111
# cloud::validate: called at the very begining to validate project parameters
1212
# (optional)
13-
# cloud::customize_args: arguments to pass to virt-customize (optonal)
14-
# cloud::sysprep_args: arguments to pass to virt-sysprep (optonal)
13+
# cloud::customize_args: arguments to pass to virt-customize (optional)
14+
# cloud::sysprep_args: arguments to pass to virt-sysprep (optional)
1515
# cloud::image_package: Package the raw image for the target cloud.
1616
# This function must be defined either at cloud or cloud/distribution level
1717
#

oracle-linux-image-tools/cloud/vagrant-libvirt/image-scripts.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
# the host:
1111
# cloud::validate: called at the very begining to validate project parameters
1212
# (optional)
13-
# cloud::customize_args: arguments to pass to virt-customize (optonal)
14-
# cloud::sysprep_args: arguments to pass to virt-sysprep (optonal)
13+
# cloud::customize_args: arguments to pass to virt-customize (optional)
14+
# cloud::sysprep_args: arguments to pass to virt-sysprep (optional)
1515
# cloud::image_package: Package the raw image for the target cloud.
1616
# This function must be defined either at cloud or cloud/distribution level
1717
#

oracle-linux-image-tools/cloud/vagrant-virtualbox/image-scripts.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
# the host:
1111
# cloud::validate: called at the very begining to validate project parameters
1212
# (optional)
13-
# cloud::customize_args: arguments to pass to virt-customize (optonal)
14-
# cloud::sysprep_args: arguments to pass to virt-sysprep (optonal)
13+
# cloud::customize_args: arguments to pass to virt-customize (optional)
14+
# cloud::sysprep_args: arguments to pass to virt-sysprep (optional)
1515
# cloud::image_package: Package the raw image for the target cloud.
1616
# This function must be defined either at cloud or cloud/distribution level
1717
#

oracle-linux-image-tools/custom/template/image-scripts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# the host:
77
# custom::validate: called at the very begining to validate project paramters
88
# custom::kickstart: allow changes in the kickstart file
9-
# custom::customize_args: arguments to pass to virt-cutomize (optonal)
9+
# custom::customize_args: arguments to pass to virt-cutomize (optional)
1010
# custom::image_package: package image in final format (override the cloud
1111
# image_package function!)
1212
# All functions are optional

0 commit comments

Comments
 (0)