diff options
author | Henrik Nord <[email protected]> | 2015-06-03 14:37:33 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2015-06-03 14:37:33 +0200 |
commit | 554849eed360bc5287992196644c6273dbb0caba (patch) | |
tree | 80072b24388c314e001bbe3c4bc54557e1fa2fb9 /lib/snmp/src/manager | |
parent | 2c323bd46cecd0592a47e32e4b57f3b6600b828d (diff) | |
parent | 69dfa5599dc72db8addcad0f3b42a2b6716676ab (diff) | |
download | otp-554849eed360bc5287992196644c6273dbb0caba.tar.gz otp-554849eed360bc5287992196644c6273dbb0caba.tar.bz2 otp-554849eed360bc5287992196644c6273dbb0caba.zip |
Merge branch 'scrapinghub/async-typo'
* scrapinghub/async-typo:
Typo 'asynchroneous' fix
Diffstat (limited to 'lib/snmp/src/manager')
-rw-r--r-- | lib/snmp/src/manager/snmpm.erl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/snmp/src/manager/snmpm.erl b/lib/snmp/src/manager/snmpm.erl index 8976322c4e..96e3d55b46 100644 --- a/lib/snmp/src/manager/snmpm.erl +++ b/lib/snmp/src/manager/snmpm.erl @@ -520,7 +520,7 @@ sync_get(UserId, TargetName, Context, Oids, Timeout, ExtraInfo) -> -%% --- asynchroneous get-request --- +%% --- asynchronous get-request --- %% %% The reply will be delivered to the user %% through a call to handle_pdu/5 @@ -588,7 +588,7 @@ sync_get_next(UserId, TargetName, Context, Oids, Timeout, ExtraInfo) -> %% </BACKWARD-COMPAT> -%% --- asynchroneous get_next-request --- +%% --- asynchronous get_next-request --- %% async_get_next2(UserId, TargetName, Oids) -> @@ -654,7 +654,7 @@ sync_set(UserId, TargetName, Context, VarsAndVals, Timeout, ExtraInfo) -> %% </BACKWARD-COMPAT> -%% --- asynchroneous set-request --- +%% --- asynchronous set-request --- %% async_set2(UserId, TargetName, VarsAndVals) -> @@ -746,7 +746,7 @@ sync_get_bulk(UserId, TargetName, NonRep, MaxRep, Context, Oids, Timeout, %% </BACKWARD-COMPAT> -%% --- asynchroneous get-bulk --- +%% --- asynchronous get-bulk --- %% async_get_bulk2(UserId, TargetName, NonRep, MaxRep, Oids) -> |