diff --git a/src/drivers/net/virtio_net.rs b/src/drivers/net/virtio_net.rs
index 8ccf9dfb91..31c74c73ca 100644
--- a/src/drivers/net/virtio_net.rs
+++ b/src/drivers/net/virtio_net.rs
@@ -667,7 +667,7 @@ impl NetworkDriver for VirtioNetDriver {
 			true
 		} else if self.isr_stat.is_cfg_change() {
 			info!("Configuration changes are not possible! Aborting");
-			todo!("Implement possibiity to change config on the fly...")
+			todo!("Implement possibility to change config on the fly...")
 		} else {
 			false
 		};