summaryrefslogtreecommitdiff
path: root/Tools/qt/make-snapshot.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/qt/make-snapshot.pl')
-rwxr-xr-xTools/qt/make-snapshot.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/qt/make-snapshot.pl b/Tools/qt/make-snapshot.pl
index 2c2af1a9f..8b189059c 100755
--- a/Tools/qt/make-snapshot.pl
+++ b/Tools/qt/make-snapshot.pl
@@ -53,7 +53,7 @@ my @commands = (
"tar -xf $src_repo/snapshot.tar --strip-components=1",
"git add -A",
"rm $src_repo/snapshot.tar",
- "git commit -m 'Import WebKit commit $commit'"
+ "git commit -m 'Import QtWebKit commit $commit'"
);
my $cmd = join " && ", @commands;