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 () {
411
411
-f "$FINAL_CMD" '"$LOCAL"' '"$BASE"' '"$REMOTE"' '"$MERGED"'
412
412
else
413
413
# 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
415
415
# before), close all BASE windows using vim's "quit" command
416
416
417
417
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.
111
111
=head2 N__($)
112
112
113
113
No-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
115
115
translation at run time.
116
116
117
117
=head1 AUTHOR
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ struct reftable_reader_offsets {
30
30
31
31
/* The state for reading a reftable file. */
32
32
struct reftable_reader {
33
- /* for convience , associate a name with the instance. */
33
+ /* for convenience , associate a name with the instance. */
34
34
char * name ;
35
35
struct reftable_block_source source ;
36
36
Original file line number Diff line number Diff line change 4
4
#include "trace2/tr2_ctr.h"
5
5
6
6
/*
7
- * A global counter block to aggregrate values from the partial sums
7
+ * A global counter block to aggregate values from the partial sums
8
8
* from each thread.
9
9
*/
10
10
static struct tr2_counter_block final_counter_block ; /* access under tr2tls_mutex */
Original file line number Diff line number Diff line change 11
11
*/
12
12
13
13
/*
14
- * Arbitry limit for thread names for column alignment.
14
+ * Arbitrary limit for thread names for column alignment.
15
15
*/
16
16
#define TR2_MAX_THREAD_NAME (24)
17
17
You can’t perform that action at this time.
0 commit comments