diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-07-16 21:52:49 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-07-16 21:52:49 +0300 |
commit | 36c551e36f080a9a2a659e4533650a9027707a2a (patch) | |
tree | 0ecb7065251253cf61d5979621f65c9825dd7f83 | |
parent | 70bcb6f8f384991f62a6287ef202d884ad54e0ac (diff) | |
download | UEFI-Lessons-36c551e36f080a9a2a659e4533650a9027707a2a.tar.gz UEFI-Lessons-36c551e36f080a9a2a659e4533650a9027707a2a.tar.bz2 UEFI-Lessons-36c551e36f080a9a2a659e4533650a9027707a2a.zip |
Fix typo
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
-rw-r--r-- | Lessons/Lesson_41/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lessons/Lesson_41/README.md b/Lessons/Lesson_41/README.md index d3e2f7b..130b22f 100644 --- a/Lessons/Lesson_41/README.md +++ b/Lessons/Lesson_41/README.md @@ -371,7 +371,7 @@ tail -f debug.log ``` to follow this file content runtime. -I've included the profuced `debug.log` to the current folder. +I've included the produced `debug.log` to the current folder. # Replace GUIDs in a log file |