From 538e29d94e39de8bebbe63d40b1cf534cf9f8fd1 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sun, 17 Jan 2016 03:11:15 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a920b7..87c9d5d 100644 --- a/README.md +++ b/README.md @@ -477,7 +477,7 @@ A few examples of piecing together commands: - `lsb_release`: Linux distribution info -- `lsblk`: list block devices: a tree view of your disks and disk paritions +- `lsblk`: list block devices: a tree view of your disks and disk partitions - `lshw`, `lscpu`, `lspci`, `lsusb`, `dmidecode`: hardware information, including CPU, BIOS, RAID, graphics, devices, etc.