| Summary: | typo in ssh-agent error message | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Colin Watson <cjwatson> |
| Component: | ssh-agent | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED FIXED | ||
| Severity: | trivial | CC: | djm |
| Priority: | P5 | ||
| Version: | -current | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| Bug Depends on: | |||
| Bug Blocks: | 2915 | ||
Fixed - thanks Move resolved bugs -> CLOSED after 8.0 release |
There's a typo in an error message in ssh-agent.c: ssh-agent.c:1202: fatal("%s: file descriptior rlimit %lld too low (minimum %u)", (It should be "file descriptor", not "file descriptior".) Spotted by Debian's "lintian" tool.