2
1
Эх сурвалжийг харах

package/qt5base: fix 'from' typo in patch description

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
Peter Korsgaard 10 сар өмнө
parent
commit
53e265522f

+ 1 - 1
package/qt5/qt5base/0005-eglfs-avoid-breaking-compilation-for-obscure-EGLNativeDisplayType-types.patch

@@ -27,7 +27,7 @@ It is to be noted, though, that in some ABIs (like x32), the size of a
 nativeDisplay that is not already a pointer, might be bigger than that
 of a pointer. There is not much we can do here anyway, since there would
 be no way to fit that in a void* to begin with, and the build will still
-fail for those situations. Those types of ABIs are far frome being
+fail for those situations. Those types of ABIs are far from being
 widespread, the most prominent one, x32, even being retired...
 
 To be noted further: a more usual solution (as suggested in QTBUG-72567