Fix typo in package info

s/Build informations/Build information/

RELNOTES: None
PiperOrigin-RevId: 228166460
diff --git a/scripts/packages/package_info_generator.sh b/scripts/packages/package_info_generator.sh
index dc4f08e..99d5f3a 100755
--- a/scripts/packages/package_info_generator.sh
+++ b/scripts/packages/package_info_generator.sh
@@ -63,7 +63,7 @@
   echo "# ${release_notes}"  # Make the first line the header
   # Subsection for environment
   echo
-  echo "## Build informations"
+  echo "## Build information"
 fi
 if [ -n "${built_by-}" ]; then
   if [ -n "${build_log}" ]; then