Ver Fonte

Fixed typo

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@8352 8c9fc860-2736-0410-a75d-ab315db34111
negelef há 6 anos atrás
pai
commit
8c7535c86d
1 ficheiros alterados com 2 adições e 2 exclusões
  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.