Skip to content

Commit 4861bbf

Browse files
committed
Merge branch 'ak/typofix-2.46-maint'
Typofixes. * ak/typofix-2.46-maint: perl: fix a typo mergetool: fix a typo reftable: fix a typo trace2: fix typos
2 parents 8895aca + 686f333 commit 4861bbf

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

mergetools/vimdiff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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" | \

perl/Git/I18N.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ L<Locale::Messages>'s ngettext function or passthrough fallback function.
111111
=head2 N__($)
112112
113113
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
115115
translation at run time.
116116
117117
=head1 AUTHOR

reftable/reader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ struct reftable_reader_offsets {
3030

3131
/* The state for reading a reftable file. */
3232
struct 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

trace2/tr2_ctr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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
*/
1010
static struct tr2_counter_block final_counter_block; /* access under tr2tls_mutex */

trace2/tr2_tls.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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

0 commit comments

Comments
 (0)