diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-10-21 22:35:02 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-10-23 10:25:14 +0200 |
commit | f6633c55a3c0e93a5b2bab6aa0692fb608f2a38d (patch) | |
tree | 6d65905de98da433d19a5491247376bbcbde1bb4 /libavfilter/gradfun.h | |
parent | e01fba5562133ac56a4f44c6f214a80ee33cb388 (diff) | |
download | ffmpeg-f6633c55a3c0e93a5b2bab6aa0692fb608f2a38d.tar.gz |
avfilter: Fix typo in Loren's email address
Diffstat (limited to 'libavfilter/gradfun.h')
-rw-r--r-- | libavfilter/gradfun.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/gradfun.h b/libavfilter/gradfun.h index 01e9eed697..f6f7311d1d 100644 --- a/libavfilter/gradfun.h +++ b/libavfilter/gradfun.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2010 Nolan Lum <nol888@gmail.com> - * Copyright (c) 2009 Loren Merritt <lorenm@u.washignton.edu> + * Copyright (c) 2009 Loren Merritt <lorenm@u.washington.edu> * * This file is part of Libav. * |