Skip to content

Commit 63d26ac

Browse files
author
Eugen Konkov
committed
Typo fix
1 parent af2cc6a commit 63d26ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SQL/Translator/Diff.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ sub _detect_changes {
132132
# Where the key is the name of object which was renamed to something different.
133133
# Required to exclude previous versions. Eg. if SRC has x and DST has x it does not
134134
# mean that something was changed inside x. It could be possible that DST:x was
135-
# renamed from SRC:y, thus SRC:x should be counted as previous version of DST:x.
135+
# renamed from SRC:y, thus SRC:x should not be counted as previous version of DST:x.
136136
my $renamed_from = {};
137137

138138
# Find renamed destination objects and store corresponding source object there. Eg.

0 commit comments

Comments
 (0)