summaryrefslogtreecommitdiffstats
path: root/support/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'support/scripts')
-rwxr-xr-xsupport/scripts/xorg-release4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/scripts/xorg-release b/support/scripts/xorg-release
index a4f090d1d9..66fc100b5e 100755
--- a/support/scripts/xorg-release
+++ b/support/scripts/xorg-release
@@ -101,7 +101,7 @@ def buildroot_get_version(dirname):
return m.group(2)
return None
-# Augment the informations of the X.org list of packages (given as
+# Augment the information of the X.org list of packages (given as
# argument) by details about their packaging in Buildroot. Those
# details are found by looking at the contents of package/x11r7/.
def get_buildroot_pkgs(packages):
@@ -114,7 +114,7 @@ def get_buildroot_pkgs(packages):
version = buildroot_get_version(d)
if packages.has_key(pkgname):
# There is a X.org package of the same name, so we just
- # add informations to the existing dict entry.
+ # add information to the existing dict entry.
packages[pkgname]['br-version'] = version
packages[pkgname]['br-name'] = d
else:
OpenPOWER on IntegriCloud