fix: Typos (#15313)
Fixed typos in the code base according with output from `codespell` tool. Release Notes: - N/A
This commit is contained in:
parent
6af385c09e
commit
3751f67730
11 changed files with 17 additions and 16 deletions
|
@ -947,7 +947,7 @@ impl TerminalTransaction {
|
|||
}
|
||||
|
||||
pub fn push(&mut self, hunk: String, cx: &mut AppContext) {
|
||||
// Ensure that the assistant cannot accidently execute commands that are streamed into the terminal
|
||||
// Ensure that the assistant cannot accidentally execute commands that are streamed into the terminal
|
||||
let input = hunk.replace(CARRIAGE_RETURN, " ");
|
||||
self.terminal
|
||||
.update(cx, |terminal, _| terminal.input(input));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue