README.meson: fix typo + rewrap
authorBoris Faure <billiob@gmail.com>
Fri, 29 Mar 2019 19:21:55 +0000 (20:21 +0100)
committerJunsuChoi <jsuya.choi@samsung.com>
Tue, 2 Apr 2019 04:24:22 +0000 (13:24 +0900)
README.meson

index ad76faa..da75966 100644 (file)
@@ -8,7 +8,8 @@
     ninja test
     sudo ninja install
 
-In autotools there have been a few flags that are used to disable loaders. In meson the following four disbler arrays are used:
+In autotools there have been a few flags that are used to disable loaders.
+In meson the following four disabler arrays are used:
 
    emotion-generic-loaders-disabler
 
@@ -48,4 +49,5 @@ The following options are merged into the pixman option
   --enable-pixman-image-scale-sample
 
 
---disable-valgrind Is dropped, and handled due to the build profile, this can be handled with --buildtype release or plain.
+--disable-valgrind Is dropped, and handled due to the build profile, this can
+be handled with --buildtype release or plain.