chiark / gitweb /
treewide: fix typos
authorTorstein Husebø <torstein@huseboe.net>
Thu, 2 Jul 2015 13:18:29 +0000 (15:18 +0200)
committerSven Eden <yamakuzure@gmx.net>
Tue, 14 Mar 2017 09:05:54 +0000 (10:05 +0100)
src/libsystemd/sd-netlink/netlink-internal.h
src/login/71-seat.rules.in

index 7c98815b4615d03cb9313a11e12ba7c6eb3b73a8..ed627444df85ff0be0445d4c2199d9f1ae9217e3 100644 (file)
@@ -97,7 +97,7 @@ struct sd_netlink {
 };
 
 struct netlink_attribute {
-        size_t offset; /* offset from hdr to attirubte */
+        size_t offset; /* offset from hdr to attribute */
 };
 
 struct netlink_container {
index af41e7164c5c342f05c37ae46247f69266e37f44..d5aeacd7a4c72b8994e4d6fc1a0f3256005354e6 100644 (file)
@@ -18,7 +18,7 @@ SUBSYSTEM=="usb", ATTR{bDeviceClass}=="09", TAG+="seat"
 SUBSYSTEM=="usb", ATTR{idVendor}=="2230", ATTR{idProduct}=="000[13]", ENV{ID_AUTOSEAT}="1"
 
 # qemu (version 2.4+) has a PCI-PCI bridge (-device pci-bridge-seat) to group
-# evices belonging to one seat. See:
+# devices belonging to one seat. See:
 #     http://git.qemu.org/?p=qemu.git;a=blob;f=docs/multiseat.txt
 SUBSYSTEM=="pci", ATTR{vendor}=="0x1b36", ATTR{device}=="0x000a", TAG+="seat", ENV{ID_AUTOSEAT}="1"