mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +09:00
Fix typo orignator_port -> originator_port
This commit is contained in:
@@ -432,7 +432,7 @@ struct ssh_channel_request_open {
|
|||||||
uint32_t window;
|
uint32_t window;
|
||||||
uint32_t packet_size;
|
uint32_t packet_size;
|
||||||
char *originator;
|
char *originator;
|
||||||
uint16_t orignator_port;
|
uint16_t originator_port;
|
||||||
char *destination;
|
char *destination;
|
||||||
uint16_t destination_port;
|
uint16_t destination_port;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user