Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Oct 23, 2025

This PR fixes spelling errors in XML documentation and inline comments found in the codebase.

Changes

SftpFileSystemInformation.cs

Fixed typo in XML documentation comments for the MaxNameLenght property:

  • "Gets the max name lenght" → "Gets the max name length"
  • "The max name lenght" → "The max name length"

Note: The property name MaxNameLenght itself was intentionally left unchanged to maintain API compatibility.

SftpSession.cs

Fixed typo in inline comment:

  • "An error occured" → "An error occurred"

Testing

  • ✅ Full solution builds successfully with no warnings or errors
  • ✅ All 235 SFTP-related unit tests pass
  • ✅ No other instances of these typos found in comments

These are documentation-only changes that do not affect code behavior or public API surface.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • 882f344c720c4437b4851d36dea95059
    • Triggering command: /usr/share/dotnet/dotnet exec --runtimeconfig /home/REDACTED/work/SSH.NET/SSH.NET/test/Renci.SshNet.Tests/bin/Debug/net8.0/Renci.SshNet.Tests.runtimeconfig.json --depsfile /home/REDACTED/work/SSH.NET/SSH.NET/test/Renci.SshNet.Tests/bin/Debug/net8.0/Renci.SshNet.Tests.deps.json /home/REDACTED/work/SSH.NET/SSH.NET/test/Renci.SshNet.Tests/bin/Debug/net8.0/testhost.dll --port 44697 --endpoint 127.0.0.1:044697 --role client --parentprocessid 4717 --telemetryoptedin false (dns block)
  • cf57dfaabb974011a9b9212e89583540
    • Triggering command: /usr/share/dotnet/dotnet exec --runtimeconfig /home/REDACTED/work/SSH.NET/SSH.NET/test/Renci.SshNet.Tests/bin/Debug/net8.0/Renci.SshNet.Tests.runtimeconfig.json --depsfile /home/REDACTED/work/SSH.NET/SSH.NET/test/Renci.SshNet.Tests/bin/Debug/net8.0/Renci.SshNet.Tests.deps.json /home/REDACTED/work/SSH.NET/SSH.NET/test/Renci.SshNet.Tests/bin/Debug/net8.0/testhost.dll --port 44697 --endpoint 127.0.0.1:044697 --role client --parentprocessid 4717 --telemetryoptedin false (dns block)
  • invalid
    • Triggering command: /usr/share/dotnet/dotnet exec --runtimeconfig /home/REDACTED/work/SSH.NET/SSH.NET/test/Renci.SshNet.Tests/bin/Debug/net8.0/Renci.SshNet.Tests.runtimeconfig.json --depsfile /home/REDACTED/work/SSH.NET/SSH.NET/test/Renci.SshNet.Tests/bin/Debug/net8.0/Renci.SshNet.Tests.deps.json /home/REDACTED/work/SSH.NET/SSH.NET/test/Renci.SshNet.Tests/bin/Debug/net8.0/testhost.dll --port 44697 --endpoint 127.0.0.1:044697 --role client --parentprocessid 4717 --telemetryoptedin false (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

Can you please correct the typos in the comments?


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Fix typos in existing comments Fix typos in comments: "lenght" → "length" and "occured" → "occurred" Oct 23, 2025
Copilot finished work on behalf of WojciechNagorski October 23, 2025 10:39
@WojciechNagorski WojciechNagorski marked this pull request as ready for review October 23, 2025 11:00
@WojciechNagorski
Copy link
Collaborator

I wanted to test the new agent feature:
image

@WojciechNagorski WojciechNagorski merged commit 821f958 into develop Oct 23, 2025
14 of 15 checks passed
@Rob-Hague Rob-Hague deleted the copilot/fix-comment-typos branch October 23, 2025 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants