Explorar el Código

Fixed typo

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@8352 8c9fc860-2736-0410-a75d-ab315db34111
negelef hace 6 años
padre
commit
8c7535c86d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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.