From 1c0fe3cbcca85f90b3985985b8e265ee872a2ab2 Mon Sep 17 00:00:00 2001
From: rlch <rjmbowie@gmail.com>
Date: Sat, 2 Oct 2021 23:59:23 +1000
Subject: [PATCH] fix: few spelling mistakes

---
 info.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/info.toml b/info.toml
index 21406630..5eece6d7 100644
--- a/info.toml
+++ b/info.toml
@@ -364,7 +364,7 @@ mode = "compile"
 hint = """
 The delicious_snacks module is trying to present an external interface that is 
 different than its internal structure (the `fruits` and `veggies` modules and
-associated constants). Complete the `use` statemants to fit the uses in main and
+associated constants). Complete the `use` statements to fit the uses in main and
 find the one keyword missing for both constants."""
 
 [[exercises]]