summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--osinfo/osinfo_install_script.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/osinfo/osinfo_install_script.h b/osinfo/osinfo_install_script.h
index 3201fd5..c209ea9 100644
--- a/osinfo/osinfo_install_script.h
+++ b/osinfo/osinfo_install_script.h
@@ -91,13 +91,13 @@ typedef enum {
/**
* OsinfoInstallScriptInjectionMethod:
* @OSINFO_INSTALL_SCRIPT_INJECTION_METHOD_CDROM: Support injection of the
- * installation script trough a CD-ROM.
+ * installation script through a CD-ROM.
* @OSINFO_INSTALL_SCRIPT_INJECTION_METHOD_DISK: Support injection of the
- * installation script trough a disk.
+ * installation script through a disk.
* @OSINFO_INSTALL_SCRIPT_INJECTION_METHOD_FLOPPY: Support injection of the
- * installation script trough a floppy disk.
+ * installation script through a floppy disk.
* @OSINFO_INSTALL_SCRIPT_INJECTION_METHOD_INITRD: Support injection of the
- * installation script trough the initrd.
+ * installation script through the initrd.
* @OSINFO_INSTALL_SCRIPT_INJECTION_METHOD_WEB: Support injection of the
* installation script from the web.
*