summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristian Ciupitu <cristian.ciupitu@yahoo.com>2009-10-31 17:04:44 +0200
committerDevan Goodwin <dgoodwin@rm-rf.ca>2009-11-02 22:50:26 -0400
commit1b3c5584d37dc75d553b0119c52c1df41aa7ea36 (patch)
treec0d98519050a02fb3292dfc8eccf8c2832710b87
parent640d536473c7c9b7153f7dcc10750c482440d883 (diff)
downloadcobbler-1b3c5584d37dc75d553b0119c52c1df41aa7ea36.tar.gz
cobbler-1b3c5584d37dc75d553b0119c52c1df41aa7ea36.tar.xz
cobbler-1b3c5584d37dc75d553b0119c52c1df41aa7ea36.zip
Fix some misspells
-rw-r--r--cobbler/utils.py2
-rw-r--r--docs/cobbler.pod2
2 files changed, 2 insertions, 2 deletions
diff --git a/cobbler/utils.py b/cobbler/utils.py
index 23aaa2e3..7bc29373 100644
--- a/cobbler/utils.py
+++ b/cobbler/utils.py
@@ -1439,7 +1439,7 @@ def subprocess_get(logger, cmd, shell=True):
logger.info("running: %s" % cmd)
sp = sub_process.Popen(cmd, shell=shell, stdout=sub_process.PIPE, stderr=sub_process.PIPE)
data = sp.communicate()[0]
- logger.info("recieved: %s" % data)
+ logger.info("received: %s" % data)
return data
def popen2(args, **kwargs):
diff --git a/docs/cobbler.pod b/docs/cobbler.pod
index 0dfd12a4..6d33d163 100644
--- a/docs/cobbler.pod
+++ b/docs/cobbler.pod
@@ -272,7 +272,7 @@ When using the CIDR notation trick, don't specify any arguments other than --nam
=item --dns-name
-If using the DNS management feature (see advanced section -- cobbler supports auto-setup of BIND and dnsmasq), use this to define a hostname for the system to recieve from DNS.
+If using the DNS management feature (see advanced section -- cobbler supports auto-setup of BIND and dnsmasq), use this to define a hostname for the system to receive from DNS.
Example: --dns-name=mycomputer.example.com