mirror of
				https://github.com/libssh2/libssh2.git
				synced 2025-11-03 22:13:11 +03:00 
			
		
		
		
	docs: fix typo in argument name [ci skip]
This commit is contained in:
		@@ -8,7 +8,7 @@ libssh2_userauth_publickey_fromfile_ex - authenticate a session with a public ke
 | 
				
			|||||||
int
 | 
					int
 | 
				
			||||||
libssh2_userauth_publickey_fromfile_ex(LIBSSH2_SESSION *session,
 | 
					libssh2_userauth_publickey_fromfile_ex(LIBSSH2_SESSION *session,
 | 
				
			||||||
                                       const char *username,
 | 
					                                       const char *username,
 | 
				
			||||||
                                       unsigned int ousername_len,
 | 
					                                       unsigned int username_len,
 | 
				
			||||||
                                       const char *publickey,
 | 
					                                       const char *publickey,
 | 
				
			||||||
                                       const char *privatekey,
 | 
					                                       const char *privatekey,
 | 
				
			||||||
                                       const char *passphrase);
 | 
					                                       const char *passphrase);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user