From 09c6529119d56280ba93d54c136279e192fda67e Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Wed, 15 Feb 2023 20:56:05 +0000 Subject: 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 --- osinfo/osinfo_install_script.h | 8 ++++---- 1 file 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. * -- cgit v1.2.1