Bladeren bron

package/libglib2: fix deferring typo

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Peter Korsgaard 11 maanden geleden
bovenliggende
commit
1a61cfda1e
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      package/libglib2/libglib2.mk

+ 1 - 1
package/libglib2/libglib2.mk

@@ -124,7 +124,7 @@ endef
 
 # Compile schemas at target finalization since other packages install
 # them as well, and better do it in a central place.
-# It's used at run time so it doesn't matter defering it.
+# It's used at run time so it doesn't matter deferring it.
 define LIBGLIB2_COMPILE_SCHEMAS
 	$(HOST_DIR)/bin/glib-compile-schemas \
 		$(STAGING_DIR)/usr/share/glib-2.0/schemas \