Skip to content

Commit

Permalink
sam.c: fix some typos in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Noonan <[email protected]>
  • Loading branch information
tycho committed Apr 12, 2016
1 parent a07e827 commit 65e6576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sam.c
Original file line number Diff line number Diff line change
Expand Up @@ -1080,13 +1080,13 @@ static bool cmd_filter(Vis *vis, Win *win, Command *cmd, const char *argv[], Cur
/* The general idea is the following:
*
* 1) take a snapshot
* 2) write [range.start, range.end] to exteneral command
* 2) write [range.start, range.end] to external command
* 3) read the output of the external command and insert it after the range
* 4) depending on the exit status of the external command
* - on success: delete original range
* - on failure: revert to previous snapshot
*
* 2) and 3) happend in small junks
* 2) and 3) happen in small chunks
*/

text_snapshot(txt);
Expand Down

0 comments on commit 65e6576

Please sign in to comment.