]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tree-wide: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 6 Jan 2022 13:20:11 +0000 (22:20 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 6 Jan 2022 13:20:11 +0000 (22:20 +0900)
man/sd_event_add_inotify.xml
tools/debug-sd-boot.sh

index e97fda25d7cf1d5e652b5ab35403b815a8634aa7..c7af7bdcd00e16504c4a77c5d4e3646c7f41e74c 100644 (file)
@@ -81,7 +81,7 @@
     further information.</para>
 
     <para>The <parameter>handler</parameter> must reference a function to call when the inode changes or
-    <contant>NULL</contant>. The handler function will be passed the <parameter>userdata</parameter> pointer,
+    <constant>NULL</constant>. The handler function will be passed the <parameter>userdata</parameter> pointer,
     which may be chosen freely by the caller. The handler also receives a pointer to a <structname>struct
     inotify_event</structname> structure containing information about the inode event. The handler may return
     negative to signal an error (see below), other return values are ignored. If
index 1af97c18eca8ec6450ca0661a8735dc7bbe61dee..816eead22df8b0e9ca92f5afa38193d696fc37ec 100755 (executable)
@@ -21,7 +21,7 @@ if [[ $# -lt 2 ]]; then
     echo "    (gdb) source GDBSCRIPT"
     echo "    (gdb) target remote :1234"
     echo
-    echo "Exmaple usage:"
+    echo "Example usage:"
     echo "    mkfifo /tmp/sdboot.{in,out}"
     echo "    qemu-system-x86_64 [...] -s -serial pipe:/tmp/sdboot"
     echo "    ./tools/debug-sd-boot.sh ./build/src/boot/efi/systemd-bootx64.efi \\"