apteryx pushed a commit to branch master
in repository guix.
commit 4f236b328aae67828ec91aa6b63731a2e05c2873
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Thu Mar 21 11:31:45 2024 -0400
doc: cookbook: Fix typo.
* doc/guix-cookbook.texi (Network bridge for QEMU): Fix typo.
Change-Id: I32f88bd85157a6b2cee9f68840f9e77101596518
---
doc/guix-cookbook.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi
index e7ef5fa784..ae5abecf39 100644
--- a/doc/guix-cookbook.texi
+++ b/doc/guix-cookbook.texi
@@ -3803,7 +3803,7 @@ the guest.
@quotation Important
By default, a single MAC address is used for all guests, unless
-provided. Failing to provided different MAC addresses to each virtual
+provided. Failing to provide different MAC addresses to each virtual
machine making use of the bridge would cause networking issues.
@end quotation