diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2016-11-20 23:34:21 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-11-20 23:34:21 +0100 |
commit | 4f5f48199116119a2b69c42b95cee0594eee8774 (patch) | |
tree | 8b7bdbec4cbf10b470f9fd7b13991179112aac92 | |
parent | 63a20d5dfebe83e2b2bd683dc78ebdf787dff100 (diff) | |
download | buildroot-4f5f48199116119a2b69c42b95cee0594eee8774.tar.gz buildroot-4f5f48199116119a2b69c42b95cee0594eee8774.zip |
libfribi: fix 'usptream' typo in comment
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/libfribidi/libfribidi.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libfribidi/libfribidi.mk b/package/libfribidi/libfribidi.mk index 86e722a211..751a1b6066 100644 --- a/package/libfribidi/libfribidi.mk +++ b/package/libfribidi/libfribidi.mk @@ -15,7 +15,7 @@ LIBFRIBIDI_INSTALL_STAGING = YES LIBFRIBIDI_AUTORECONF = YES LIBFRIBIDI_DEPENDENCIES = host-pkgconf # libglib2 dependency causes a build failure, and this optional -# dependency is going to be removed usptream, see +# dependency is going to be removed upstream, see # https://github.com/behdad/fribidi/pull/14 LIBFRIBIDI_CONF_OPTS = --with-glib=no |