Harald Hoyer 43a122
From 05b879ed2ae2754f4bc49cf5fb915de3e417dbf2 Mon Sep 17 00:00:00 2001
Harald Hoyer 43a122
From: Jan Synacek <jsynacek@redhat.com>
Harald Hoyer 43a122
Date: Mon, 9 Feb 2015 15:35:01 +0100
Harald Hoyer 43a122
Subject: [PATCH] doc: fix typo
Harald Hoyer 43a122
Harald Hoyer 43a122
---
Harald Hoyer 43a122
 dracut.8.asc         | 2 +-
Harald Hoyer 43a122
 dracut.cmdline.7.asc | 2 +-
Harald Hoyer 43a122
 2 files changed, 2 insertions(+), 2 deletions(-)
Harald Hoyer 43a122
Harald Hoyer 43a122
diff --git a/dracut.8.asc b/dracut.8.asc
Harald Hoyer 43a122
index 7d11f43..9aecbfb 100644
Harald Hoyer 43a122
--- a/dracut.8.asc
Harald Hoyer 43a122
+++ b/dracut.8.asc
Harald Hoyer 43a122
@@ -31,7 +31,7 @@ early userspace.
Harald Hoyer 43a122
 For a complete list of kernel command line options see *dracut.cmdline*(7).
Harald Hoyer 43a122
 
Harald Hoyer 43a122
 If you are dropped to an emergency shell, while booting your initramfs,
Harald Hoyer 43a122
-the file _/run/initramfs/rdsosreport.txt_ is created, which can be safed to a
Harald Hoyer 43a122
+the file _/run/initramfs/rdsosreport.txt_ is created, which can be saved to a
Harald Hoyer 43a122
 (to be mounted by hand) partition (usually /boot) or a USB stick.
Harald Hoyer 43a122
 Additional debugging info can be produced by adding **rd.debug** to the kernel
Harald Hoyer 43a122
 command line. _/run/initramfs/rdsosreport.txt_ contains all logs and the output
Harald Hoyer 43a122
diff --git a/dracut.cmdline.7.asc b/dracut.cmdline.7.asc
Harald Hoyer 43a122
index 5ff84ef..60826a1 100644
Harald Hoyer 43a122
--- a/dracut.cmdline.7.asc
Harald Hoyer 43a122
+++ b/dracut.cmdline.7.asc
Harald Hoyer 43a122
@@ -163,7 +163,7 @@ Misc
Harald Hoyer 43a122
 Debug
Harald Hoyer 43a122
 ~~~~~
Harald Hoyer 43a122
 If you are dropped to an emergency shell, the file 
Harald Hoyer 43a122
-_/run/initramfs/rdsosreport.txt_ is created, which can be safed to a (to be
Harald Hoyer 43a122
+_/run/initramfs/rdsosreport.txt_ is created, which can be saved to a (to be
Harald Hoyer 43a122
 mounted by hand) partition (usually /boot) or a USB stick. Additional debugging
Harald Hoyer 43a122
 info can be produced by adding **rd.debug** to the kernel command line.
Harald Hoyer 43a122
 _/run/initramfs/rdsosreport.txt_ contains all logs and the output of some tools.