@@ -186,7 +186,7 @@ public interface ISshClient : IBaseClient
186186 /// </summary>
187187 /// <param name="terminalName">The <c>TERM</c> environment variable.</param>
188188 /// <param name="columns">The terminal width in columns.</param>
189- /// <param name="rows">The terminal width in rows.</param>
189+ /// <param name="rows">The terminal height in rows.</param>
190190 /// <param name="width">The terminal width in pixels.</param>
191191 /// <param name="height">The terminal height in pixels.</param>
192192 /// <param name="bufferSize">The size of the buffer.</param>
@@ -200,7 +200,7 @@ public interface ISshClient : IBaseClient
200200 /// You can get a detailed list of these capabilities by using the ‘infocmp’ command.
201201 /// </para>
202202 /// <para>
203- /// The column/row dimensions override the pixel dimensions(when nonzero). Pixel dimensions refer
203+ /// The column/row dimensions override the pixel dimensions (when nonzero). Pixel dimensions refer
204204 /// to the drawable area of the window.
205205 /// </para>
206206 /// </remarks>
@@ -211,7 +211,7 @@ public interface ISshClient : IBaseClient
211211 /// </summary>
212212 /// <param name="terminalName">The <c>TERM</c> environment variable.</param>
213213 /// <param name="columns">The terminal width in columns.</param>
214- /// <param name="rows">The terminal width in rows.</param>
214+ /// <param name="rows">The terminal height in rows.</param>
215215 /// <param name="width">The terminal width in pixels.</param>
216216 /// <param name="height">The terminal height in pixels.</param>
217217 /// <param name="bufferSize">The size of the buffer.</param>
@@ -226,7 +226,7 @@ public interface ISshClient : IBaseClient
226226 /// You can get a detailed list of these capabilities by using the ‘infocmp’ command.
227227 /// </para>
228228 /// <para>
229- /// The column/row dimensions override the pixel dimensions(when non-zero). Pixel dimensions refer
229+ /// The column/row dimensions override the pixel dimensions (when non-zero). Pixel dimensions refer
230230 /// to the drawable area of the window.
231231 /// </para>
232232 /// </remarks>
0 commit comments