All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pacakge.bbclass: fix typos
@ 2018-02-14 15:43 Randy MacLeod
  2018-02-14 15:47 ` Robert P. J. Day
  0 siblings, 1 reply; 3+ messages in thread
From: Randy MacLeod @ 2018-02-14 15:43 UTC (permalink / raw)
  To: openembedded-core

All typos were in comments but some of these comments end up in run/log files.
The typos can be annoying when searching the log files so they're worth
fixing with ispell.

Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
---
 meta/classes/package.bbclass | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass
index 6a7f35a3e7..aecaeed1e6 100644
--- a/meta/classes/package.bbclass
+++ b/meta/classes/package.bbclass
@@ -26,7 +26,7 @@
 #    a list of affected files in FILER{PROVIDES,DEPENDS}FLIST_pkg
 #
 # h) package_do_shlibs - Look at the shared libraries generated and autotmatically add any
-#    depenedencies found. Also stores the package name so anyone else using this library
+#    dependencies found. Also stores the package name so anyone else using this library
 #    knows which package to depend on.
 #
 # i) package_do_pkgconfig - Keep track of which packages need and provide which .pc files
@@ -401,7 +401,7 @@ def splitdebuginfo(file, debugfile, debugsrcdir, sourcefile, d):
     return 0
 
 def copydebugsources(debugsrcdir, d):
-    # The debug src information written out to sourcefile is further procecessed
+    # The debug src information written out to sourcefile is further processed
     # and copied to the destination here.
 
     import stat
@@ -650,7 +650,7 @@ python fixup_perms () {
     # __str__ can be used to print out an entry in the input format
     #
     # if fs_perms_entry.path is None:
-    #    an error occured
+    #    an error occurred
     # if fs_perms_entry.link, you can retrieve:
     #    fs_perms_entry.path = path
     #    fs_perms_entry.link = target of link
@@ -972,7 +972,7 @@ python split_and_strip_files () {
                     continue
                 if not s:
                     continue
-                # Check its an excutable
+                # Check its an executable
                 if (s[stat.ST_MODE] & stat.S_IXUSR) or (s[stat.ST_MODE] & stat.S_IXGRP) or (s[stat.ST_MODE] & stat.S_IXOTH) \
                         or ((file.startswith(libdir) or file.startswith(baselibdir)) and (".so" in f or ".node" in f)):
                     # If it's a symlink, and points to an ELF file, we capture the readlink target
@@ -1000,7 +1000,7 @@ python split_and_strip_files () {
                         #  b) Only strip any hardlinked file once (no races)
                         #  c) Track any hardlinks between files so that we can reconstruct matching debug file hardlinks
 
-                        # Use a reference of device ID and inode number to indentify files
+                        # Use a reference of device ID and inode number to identify files
                         file_reference = "%d_%d" % (s.st_dev, s.st_ino)
                         if file_reference in inodes:
                             os.unlink(file)
@@ -1122,7 +1122,7 @@ python populate_packages () {
         d.setVar('FILES_%s' % src_package_name, '/usr/src/debug')
 
     # Sanity check PACKAGES for duplicates
-    # Sanity should be moved to sanity.bbclass once we have the infrastucture
+    # Sanity should be moved to sanity.bbclass once we have the infrastructure
     package_list = []
 
     for pkg in packages.split():
-- 
2.14.3



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] pacakge.bbclass: fix typos
  2018-02-14 15:43 [PATCH] pacakge.bbclass: fix typos Randy MacLeod
@ 2018-02-14 15:47 ` Robert P. J. Day
  2018-02-14 15:58   ` Randy MacLeod
  0 siblings, 1 reply; 3+ messages in thread
From: Robert P. J. Day @ 2018-02-14 15:47 UTC (permalink / raw)
  To: Randy MacLeod; +Cc: openembedded-core


  "pacakge"?

rday


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] pacakge.bbclass: fix typos
  2018-02-14 15:47 ` Robert P. J. Day
@ 2018-02-14 15:58   ` Randy MacLeod
  0 siblings, 0 replies; 3+ messages in thread
From: Randy MacLeod @ 2018-02-14 15:58 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: openembedded-core

On 2018-02-14 10:47 AM, Robert P. J. Day wrote:
> 
>    "pacakge"?
> 
> rday
> 

That would have been funny if it were intentional but it wasn't. Sigh.
v2 coming.

-- 
# Randy MacLeod.  WR Linux
# Wind River an Intel Company


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-02-14 16:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-14 15:43 [PATCH] pacakge.bbclass: fix typos Randy MacLeod
2018-02-14 15:47 ` Robert P. J. Day
2018-02-14 15:58   ` Randy MacLeod

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.