summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Melo <melo@simplicidade.org>2015-10-14 19:17:07 +0100
committerPedro Melo <melo@simplicidade.org>2015-10-14 19:17:07 +0100
commit4b8d2566952e7fbdd0875b52a0f3f2c5c6a09273 (patch)
treeb75ed40d165dc2d05b45f7112a0fc9f21a3ecfb2
parentb553d533a42a6e387eca5d1917b2e745a0d7d5e2 (diff)
downloadcarton-4b8d2566952e7fbdd0875b52a0f3f2c5c6a09273.tar.gz
Typo
-rw-r--r--lib/Carton/Doc/FAQ.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Carton/Doc/FAQ.pod b/lib/Carton/Doc/FAQ.pod
index 684d2b3..e03cbd9 100644
--- a/lib/Carton/Doc/FAQ.pod
+++ b/lib/Carton/Doc/FAQ.pod
@@ -101,7 +101,7 @@ I<myapp>. Install L<Carton> and all of its dependencies to the
I<myapp> local::lib path. Then run C<carton install> like you
normally do.
-Becuase I<devel> and I<myapp> are isolated, the modules you installed
+Because I<devel> and I<myapp> are isolated, the modules you installed
into I<devel> doesn't affect the process when carton builds the
dependency tree for your new project at all. This could often be
critical when you have a conditional dependency in your tree, like