diff options
author | Gunnar Mills <gmills@us.ibm.com> | 2017-10-25 21:04:45 -0500 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2017-10-31 14:06:24 +0000 |
commit | d550fb945cf24da1f24478e1f15f82e67ead676d (patch) | |
tree | 6c262ffd82b9d3760e0ce947e00b381d9905b6c3 /meta-openbmc-machines/meta-openpower/meta-rackspace | |
parent | ca6a70899254af25984b191eae69497eaecc0508 (diff) | |
download | talos-openbmc-d550fb945cf24da1f24478e1f15f82e67ead676d.tar.gz talos-openbmc-d550fb945cf24da1f24478e1f15f82e67ead676d.zip |
Spelling fixes in meta-barreleye
Change-Id: I25e888ab410c558abb2d5e90c52f0dfcef5849a2
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'meta-openbmc-machines/meta-openpower/meta-rackspace')
-rw-r--r-- | meta-openbmc-machines/meta-openpower/meta-rackspace/meta-barreleye/conf/local.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openbmc-machines/meta-openpower/meta-rackspace/meta-barreleye/conf/local.conf.sample b/meta-openbmc-machines/meta-openpower/meta-rackspace/meta-barreleye/conf/local.conf.sample index 54372edfb..0f9d3b80d 100644 --- a/meta-openbmc-machines/meta-openpower/meta-rackspace/meta-barreleye/conf/local.conf.sample +++ b/meta-openbmc-machines/meta-openpower/meta-rackspace/meta-barreleye/conf/local.conf.sample @@ -190,7 +190,7 @@ PATCHRESOLVE = "noop" # shutdown the build. If there is less that 100MB or 1K inodes, perform a hard abort # of the build. The reason for this is that running completely out of space can corrupt # files and damages the build in ways which may not be easily recoverable. -# It's necesary to monitor /tmp, if there is no space left the build will fail +# It's necessary to monitor /tmp, if there is no space left the build will fail # with very exotic errors. BB_DISKMON_DIRS = "\ STOPTASKS,${TMPDIR},1G,100K \ |