mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-28 20:15:20 +03:00
Fix spelling mistakes
This commit is contained in:
parent
85ebc4ea78
commit
a5962b7e46
@ -164,7 +164,7 @@ pub fn update_workspace_commit(
|
||||
let mut message = GITBUTLER_WORKSPACE_COMMIT_TITLE.to_string();
|
||||
message.push_str("\n\n");
|
||||
if !virtual_branches.is_empty() {
|
||||
message.push_str("This is an merge commit the virtual branches in your workspace.\n\n");
|
||||
message.push_str("This is a merge commit the virtual branches in your workspace.\n\n");
|
||||
} else {
|
||||
message.push_str("This is placeholder commit and will be replaced by a merge of your");
|
||||
message.push_str("virtual branches.\n\n");
|
||||
|
@ -92,8 +92,9 @@ impl GitHunk {
|
||||
|
||||
/// Comparison
|
||||
impl GitHunk {
|
||||
/// workspace_intersects_unapplied is used to determine if a hunk from a diff between workspace and the trunk intersects with an unapplied hunk.
|
||||
/// We want to use the new start/end for the integraiton hunk and the old start/end for the unapplied hunk.
|
||||
/// workspace_intersects_unapplied is used to determine if a hunk from a diff between workspace
|
||||
/// and the trunk intersects with an unapplied hunk. We want to use the new start/end for the
|
||||
/// integration hunk and the old start/end for the unapplied hunk.
|
||||
pub fn workspace_intersects_unapplied(
|
||||
workspace_hunk: &GitHunk,
|
||||
unapplied_hunk: &GitHunk,
|
||||
|
Loading…
Reference in New Issue
Block a user