Fix typo

Julien LepillerSat May 29 22:39:47+0200 2021

c601a4f

Fix typo

modules/config/network.scm

4343
		       (invoke ip "-6" "r" "add" "default" "via"
4444
			       "fe80::204:92:100:1" "dev" dev))))
4545
	  (stop #~(lambda _
46-
		    (display "Connot stop iproute2 service.\n"))))))
46+
		    (display "Cannot stop iproute2 service.\n"))))))
4747
4848
(define iproute2-service-type
4949
  (service-type (name 'static-networking)