docs: Fix typo in man page.

This commit is contained in:
Yuri Chornoivan
2018-02-23 09:54:08 +00:00
committed by Richard W.M. Jones
parent 5e8052dc8f
commit 5f8bba5d52

View File

@@ -584,7 +584,7 @@ front, but we do prefer that contributed code be formatted similarly.
In short, use spaces-not-TABs for indentation, use 2 spaces for each
indentation level, and other than that, follow the K&R style.
If you use Emacs, add the following to one of one of your start-up files
If you use Emacs, add the following to one of your start-up files
(e.g., ~/.emacs), to help ensure that you get indentation right:
;;; In libguestfs, indent with spaces everywhere (not TABs).