This commit is contained in:
Martin Sumner 2017-11-30 16:29:10 +00:00
parent 3b42bc28d1
commit 9d9ad17d36

View file

@ -311,7 +311,7 @@ sst_getkvrange(Pid, StartKey, EndKey, ScanWidth) ->
%% will be placed on the tail of the resulting list if results expand beyond
%% the Scan Width
%%
%% To make the range open-ended (either ta start, end or both) the all atom
%% To make the range open-ended (either to start, end or both) the all atom
%% can be used in place of the Key tuple.
sst_getfilteredrange(Pid, StartKey, EndKey, ScanWidth, SegList) ->
SegList0 = tune_seglist(SegList),