send-email: automatically determine transfer-encoding
[gitweb.git] / builtin / branch.c
index d53f6e2ad4c30ef02262ff3fa01ecdb54be96f11..5217ba3bdebc2255e95260fdb097166d3617e120 100644 (file)
@@ -701,7 +701,7 @@ int cmd_branch(int argc, const char **argv, const char *prefix)
                 * If no sorting parameter is given then we default to sorting
                 * by 'refname'. This would give us an alphabetically sorted
                 * array with the 'HEAD' ref at the beginning followed by
-                * local branches 'refs/heads/...' and finally remote-tacking
+                * local branches 'refs/heads/...' and finally remote-tracking
                 * branches 'refs/remotes/...'.
                 */
                if (!sorting)