summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <wjt@endlessos.org>2023-02-15 20:56:05 +0000
committerWill Thompson <wjt@endlessos.org>2023-02-15 20:58:39 +0000
commit09c6529119d56280ba93d54c136279e192fda67e (patch)
treede5b98feaff0497a4d6773a77268476fa97076a7
parent79273dd3f78ab4326925104ed05696abcb7d1b97 (diff)
downloadlibosinfo-09c6529119d56280ba93d54c136279e192fda67e.tar.gz
install-script: Fix "trough" typo in docstrings
A trough is a long, narrow container, open on top, for feeding or watering animals. Signed-off-by: Will Thompson <wjt@endlessos.org>
-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.
*