소스 검색

Fixed typo

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@8352 8c9fc860-2736-0410-a75d-ab315db34111
negelef 6 년 전
부모
커밋
8c7535c86d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      source/RfsClientProxy.Mod

+ 2 - 2
source/RfsClientProxy.Mod

@@ -723,7 +723,7 @@ TYPE
 						KernelLog.Ln;
 					END;
 				ELSE
-					KernelLog.String("Mount->Authentification Error");
+					KernelLog.String("Mount->Authentication Error");
 					KernelLog.Ln;
 				END;
 			ELSE
@@ -912,4 +912,4 @@ BEGIN
 	SYSTEM.MOVE(ADDRESSOF(bufFrom[offFrom]), ADDRESSOF(bufTo[offTo]), len);
 END CopyBuffer;
 
-END RfsClientProxy.
+END RfsClientProxy.