opm: fix typo

This commit is contained in:
Elizabeth Myers 2016-04-04 03:59:18 -05:00
parent a8322b5268
commit 1b4dba98a6

View file

@ -315,7 +315,7 @@ socks5_connected(rb_fde_t *F, int error, void *data)
lrb_assert(scan != NULL); lrb_assert(scan != NULL);
auth = scan->auth; auth = scan->auth;
loookup = get_provider_data(auth, PROVIDER_OPM); lookup = get_provider_data(auth, PROVIDER_OPM);
/* Build the version header and socks request /* Build the version header and socks request
* version header (3 bytes): version, number of auth methods, auth type (0 for none) * version header (3 bytes): version, number of auth methods, auth type (0 for none)