浏览代码

fixed a typo

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@7656 8c9fc860-2736-0410-a75d-ab315db34111
eth.morozova 7 年之前
父节点
当前提交
c6da5f8f10
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      source/Shell.Mod

+ 1 - 1
source/Shell.Mod

@@ -144,7 +144,7 @@ TYPE
 		aliases: Alias;
 		aliases: Alias;
 		prompt: ARRAY 32 OF CHAR;
 		prompt: ARRAY 32 OF CHAR;
 
 
-		(* Connection to the entiry hosting this shell instance *)
+		(* Connection to the entry hosting this shell instance *)
 		upcall : NotifyProcedure;
 		upcall : NotifyProcedure;
 
 
 		commandHistory : CommandHistory;
 		commandHistory : CommandHistory;