aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2018-12-01 17:15:52 +0100
committerAnders Broman <a.broman58@gmail.com>2018-12-03 04:51:23 +0000
commit0f9f9d76cecf72b41318e7170b44d02c74791ecd (patch)
tree6f2b16c9cd517663efcea35e96844c10cef2e1d4
parentc1410f6059caa573f69371689db5d53b26cce8d0 (diff)
update-tx: fix typo
Change-Id: I7ba88e9f1764a8d01c3754e032de1abd940a365c Reviewed-on: https://code.wireshark.org/review/30868 Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rwxr-xr-xtools/update-tx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/update-tx b/tools/update-tx
index 48843fe7e3..2406ebddff 100755
--- a/tools/update-tx
+++ b/tools/update-tx
@@ -41,7 +41,7 @@ for i in ui/qt/*.ts ; do
lupdate -locations none -no-ui-lines ${LUPDATE_FILES} -ts "$i"
done
-#Add new commit with last translaation update
+#Add new commit with last translation update
#git commit -a -m "TX: Update Translations (sync)"
#Push update translation on Gerrit