commands/uidinfo/uidinfo.cpp
changeset 86 849a0b46c767
parent 0 7f656887cf89
--- a/commands/uidinfo/uidinfo.cpp	Wed Oct 13 15:07:15 2010 +0100
+++ b/commands/uidinfo/uidinfo.cpp	Sun Oct 17 18:43:12 2010 +0100
@@ -77,7 +77,7 @@
 	if (iStdin)
 		{
 		Stdin().SetReadModeL(RIoReadHandle::ELine);
-		TBuf<512> lineBuf; // Note, the code below doesn't properly handle the situation where a given line of input in longer than this buffer.
+		TBuf<512> lineBuf; // Note, the code below doesn't properly handle the situation where a given line of input is longer than this buffer.
 		while (ETrue)
 			{
 			TInt err = Stdin().Read(lineBuf);