Skip to content

Commit bb58a2a

Browse files
committed
Spelling and index corrections
1 parent c3e35a3 commit bb58a2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/units/autoload_proompter_callback_channel.vader

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ Execute(proompter#callback#channel#StreamToBuffer -- Handles JSON with newlines)
298298

299299
""
300300
" {{{
301-
Execute(proompter#callback#channel#SaveImages -- Saves base64 encoded imagee):
301+
Execute(proompter#callback#channel#SaveImages -- Saves base64 encoded image):
302302
" Bash: magick -size 1x1 'xc:rgb(0,0,0)' '/tmp/one-pixel.png'
303303
" Vim: read! base64 --wrap=0 /tmp/one-pixel.png
304304
let image_encoded = 'iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQAAAAA3bvkkAAAAIGNIUk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAACYktHRAAB3YoTpAAAAAd0SU1FB+gKChMpAqfmKGQAAAAKSURBVAjXY2AAAAACAAHiIbwzAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDI0LTEwLTEwVDE5OjQxOjAxKzAwOjAwUQr9YQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyNC0xMC0xMFQxOTo0MTowMSswMDowMCBXRd0AAAAodEVYdGRhdGU6dGltZXN0YW1wADIwMjQtMTAtMTBUMTk6NDE6MDErMDA6MDB3QmQCAAAAAElFTkSuQmCC'
@@ -321,7 +321,7 @@ Execute(proompter#callback#channel#SaveImages -- Saves base64 encoded imagee):
321321

322322
let expected_state = deepcopy(state)
323323

324-
let paths = proompter#callback#channel#SaveImages(0, configurations, state)
324+
let paths = proompter#callback#channel#SaveImages(-1, configurations, state)
325325
sleep 100m
326326

327327
AssertEqual configurations, expected_configurations, 'Unexpected mutation of configurations'

0 commit comments

Comments
 (0)