Skip to content

Commit 158b08c

Browse files
Apply suggestions from code review
Co-authored-by: George Margaritis <[email protected]>
1 parent a9950fa commit 158b08c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ CPYTHON_CURRENT_COMMIT := 9cbde7c6ce6f7b93301a37f03dfa0c0d45e00a39
2626
CPYTHON_PATH := ./cpython
2727

2828
LANGUAGE := el
29-
TRANLATION_BRANCH := main
29+
TRANSLATION_BRANCH := main
3030
BRANCH := 3.12
3131

3232
EXCLUDED := whatsnew/ c-api/
@@ -119,7 +119,7 @@ wrap: ensure_prerequisites
119119
@echo "Verify wrapping"
120120
powrap --check --quiet *.po **/*.po
121121

122-
SRCS = $(shell git diff --name-only $(TRANLATION_BRANCH) | grep '.po$$')
122+
SRCS = $(shell git diff --name-only $(TRANSLATION_BRANCH) | grep '.po$$')
123123
# foo/bar.po => $(POSPELL_TMP_DIR)/foo/bar.po.out
124124
DESTS = $(addprefix $(POSPELL_TMP_DIR)/,$(addsuffix .out,$(SRCS)))
125125

0 commit comments

Comments
 (0)