git_ui: Fix typo in comment (#26162)

Marshall Bowers created

This PR fixes a typo in a comment.

Release Notes:

- N/A

Change summary

crates/git_ui/src/project_diff.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

crates/git_ui/src/project_diff.rs 🔗

@@ -151,7 +151,7 @@ impl ProjectDiff {
             let this = cx.weak_entity();
             |cx| Self::handle_status_updates(this, recv, cx)
         });
-        // Kick of a refresh immediately
+        // Kick off a refresh immediately
         *send.borrow_mut() = ();
 
         Self {