terminal user interface to jujutsu. Focused on speed and clarity

Merge pull request #11 from Tweoss/typo

Fix typo in command from 'paralellize' to 'parallelize'

authored by

Eli Dowling and committed by
GitHub
5bbb7ede a56b3bfc

+1 -1
+1 -1
jj_tui/bin/graph_commands.ml
··· 362 362 (fun () -> 363 363 PromptThen 364 364 ( "list commits to parallelize" 365 - , fun x -> Cmd ([ "paralellize" ] @ (x |> String.split_on_char ' ')) )) 365 + , fun x -> Cmd ([ "parallelize" ] @ (x |> String.split_on_char ' ')) )) 366 366 } 367 367 ; { 368 368 id = "abandon"