Skip to content

Commit 9b7c4c8

Browse files
fabiobaltierinashif
authored andcommitted
list_backports: fix typo
Fix typo, organisation -> organization. Signed-off-by: Fabio Baltieri <[email protected]>
1 parent 102be7b commit 9b7c4c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/list_backports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def parse_args():
6868
parser.add_argument('-e', '--end', dest='end', help='end date (YYYY-mm-dd)',
6969
metavar='END_DATE', type=valid_date_type)
7070
parser.add_argument("-o", "--org", default="zephyrproject-rtos",
71-
help="Github organisation")
71+
help="Github organization")
7272
parser.add_argument('-p', '--include-pull', dest='includes',
7373
help='include pull request (can be specified multiple times)',
7474
metavar='PR', type=int, action='append', default=[])

0 commit comments

Comments
 (0)