diff options
| author | Stefan Weil <sw@weilnetz.de> | 2012-11-02 08:14:12 +0100 |
|---|---|---|
| committer | Stefan Hajnoczi <stefanha@redhat.com> | 2012-12-07 12:34:11 +0100 |
| commit | eac29d87c883fcbb54913ae20ed2bdccb4bcf7a3 (patch) | |
| tree | b1a58017d40eca9f3352ddec2b55cf702cb7b4b9 /configure | |
| parent | bb5b5c20b7f68c79e036cd3ec5e9e6362c112670 (diff) | |
| download | focaccia-qemu-eac29d87c883fcbb54913ae20ed2bdccb4bcf7a3.tar.gz focaccia-qemu-eac29d87c883fcbb54913ae20ed2bdccb4bcf7a3.zip | |
Fix spelling (prefered -> preferred)
Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index 447e6ed976..79605d2b75 100755 --- a/configure +++ b/configure @@ -2130,7 +2130,7 @@ if test "$pixman" = "system"; then else if test ! -d ${source_path}/pixman/pixman; then echo "ERROR: pixman not present. Your options:" - echo " (1) Prefered: Install the pixman devel package (any recent" + echo " (1) Preferred: Install the pixman devel package (any recent" echo " distro should have packages as Xorg needs pixman too)." echo " (2) Fetch the pixman submodule, using:" echo " git submodule update --init pixman" |