File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -411,7 +411,7 @@ merge_cmd () {
411411 -f "$FINAL_CMD" '"$LOCAL"' '"$BASE"' '"$REMOTE"' '"$MERGED"'
412412 else
413413 # If there is no BASE (example: a merge conflict in a new file
414- # with the same name created in both braches which didn't exist
414+ # with the same name created in both branches which didn't exist
415415 # before), close all BASE windows using vim's "quit" command
416416
417417 FINAL_CMD=$(echo "$FINAL_CMD" | \
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ L<Locale::Messages>'s ngettext function or passthrough fallback function.
111111=head2 N__($)
112112
113113No-operation that only returns its argument. Use this if you want xgettext to
114- extract the text to the pot template but do not want to trigger retrival of the
114+ extract the text to the pot template but do not want to trigger retrieval of the
115115translation at run time.
116116
117117=head1 AUTHOR
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ struct reftable_reader_offsets {
3030
3131/* The state for reading a reftable file. */
3232struct reftable_reader {
33- /* for convience , associate a name with the instance. */
33+ /* for convenience , associate a name with the instance. */
3434 char * name ;
3535 struct reftable_block_source source ;
3636
Original file line number Diff line number Diff line change 44#include "trace2/tr2_ctr.h"
55
66/*
7- * A global counter block to aggregrate values from the partial sums
7+ * A global counter block to aggregate values from the partial sums
88 * from each thread.
99 */
1010static struct tr2_counter_block final_counter_block ; /* access under tr2tls_mutex */
Original file line number Diff line number Diff line change 1111 */
1212
1313/*
14- * Arbitry limit for thread names for column alignment.
14+ * Arbitrary limit for thread names for column alignment.
1515 */
1616#define TR2_MAX_THREAD_NAME (24)
1717
You can’t perform that action at this time.
0 commit comments