From 0cc5b61965f0edc5445609aab710ef5295d2e65a Mon Sep 17 00:00:00 2001 From: Andrew Sasamori <100668625+ASasamori@users.noreply.github.com> Date: Mon, 6 May 2024 21:46:37 -0400 Subject: [PATCH] Typo: Add space in answer box --- content/quizzes/scheduling.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/quizzes/scheduling.json b/content/quizzes/scheduling.json index 699c1d27..cb49f6e6 100644 --- a/content/quizzes/scheduling.json +++ b/content/quizzes/scheduling.json @@ -77,7 +77,7 @@ "feedback": "Correct! A forked process' virtual address space is an exact copy to its parent's." }, { - "answer": "Processes cannot communicate with eachother because of their separate address spaces", + "answer": "Processes cannot communicate with each other because of their separate address spaces", "correct": false, "feedback": "Incorrect. Process can communicate through pipes and file descriptors." }