Skip to content

Commit d10f2fb

Browse files
committed
Fix typo
1 parent a656ad2 commit d10f2fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/processing/video/Video.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ static protected void buildLinuxPaths() {
158158
// the version of the JNA library bundled automatically tries
159159
// all library paths known to the host system's ldconfig
160160
// so we'd even catch locations like /usr/local/lib etc
161-
// PL for upstream: https://github.com/twall/jna/pull/478
161+
// PR for upstream: https://github.com/twall/jna/pull/478
162162
gstreamerLibPath = "";
163163
gstreamerPluginPath = "";
164164
}

0 commit comments

Comments
 (0)