components: Fix variable naming typo.
commite80cf1c5574eb22c5a347659f4922deb58ce0d50
authortfarina <tfarina@chromium.org>
Mon, 16 Feb 2015 12:44:10 +0000 (16 04:44 -0800)
committerCommit bot <commit-bot@chromium.org>
Mon, 16 Feb 2015 12:44:45 +0000 (16 12:44 +0000)
tree2917ce01576b109f170b81952337ceaa7f754e78
parent8ec0c5c4b02b77ca5df6e8c79173901c4a94d568
components: Fix variable naming typo.

The correct is 'pak' rather than 'pack', though it is a very common
mistake.

Also short the variable name to just 'pak_path', so it is less typing
and easier to read. It also keeps the same meaning and we can still
understand what it is for.

BUG=None
TEST=components_unittests
R=blundell@chromium.org

Review URL: https://codereview.chromium.org/920443002

Cr-Commit-Position: refs/heads/master@{#316462}
components/test/run_all_unittests.cc