3838 * images of certain operating systems that you can use, or you can create a custom image. A custom
3939 * image is an image created from one of your virtual machine instances that contains your specific
4040 * instance configurations. Use {@link DiskImageConfiguration} to create an image from an existing
41- * disk. Use {@link StorageImageConfiguration} to create an image from araw image stored in Google
41+ * disk. Use {@link StorageImageConfiguration} to create an image from afile stored in Google
4242 * Cloud Storage.
4343 *
4444 * @see <a href="https://cloud.google.com/compute/docs/images">Images</a>
@@ -115,8 +115,8 @@ public abstract static class Builder {
115115
116116/**
117117 * Sets the image configuration. Use {@link DiskImageConfiguration} to create an image from an
118- * existing disk. Use {@link StorageImageConfiguration} to create an image from araw image
119- *stored in Google Cloud Storage.
118+ * existing disk. Use {@link StorageImageConfiguration} to create an image from afile stored in
119+ * Google Cloud Storage.
120120 */
121121public abstract Builder configuration (ImageConfiguration configuration );
122122
@@ -287,7 +287,7 @@ public String description() {
287287 * Returns the image configuration. This method returns an instance of
288288 * {@link DiskImageConfiguration} if the the image was created from a Google Compute Engine disk.
289289 * This method returns an instance of {@link StorageImageConfiguration} if the image was created
290- * from araw image stored in Google Cloud Storage.
290+ * from afile stored in Google Cloud Storage.
291291 */
292292@ SuppressWarnings ("unchecked" )
293293public <T extends ImageConfiguration >T configuration () {
@@ -393,7 +393,7 @@ Image toPb() {
393393/**
394394 * Returns a builder for an {@code ImageInfo} object given the image identity and an image
395395 * configuration. Use {@link DiskImageConfiguration} to create an image from an existing disk. Use
396- * {@link StorageImageConfiguration} to create an image from araw image stored in Google Cloud
396+ * {@link StorageImageConfiguration} to create an image from afile stored in Google Cloud
397397 * Storage.
398398 */
399399public static Builder builder (ImageId imageId ,ImageConfiguration configuration ) {
@@ -403,7 +403,7 @@ public static Builder builder(ImageId imageId, ImageConfiguration configuration)
403403/**
404404 * Returns an {@code ImageInfo} object given the image identity and an image configuration. Use
405405 * {@link DiskImageConfiguration} to create an image from an existing disk. Use
406- * {@link StorageImageConfiguration} to create an image from araw image stored in Google Cloud
406+ * {@link StorageImageConfiguration} to create an image from afile stored in Google Cloud
407407 * Storage.
408408 */
409409public static ImageInfo of (ImageId imageId ,ImageConfiguration configuration ) {