Skip to content

Commit

Permalink
Speling: Changed passwod to password
Browse files Browse the repository at this point in the history
  • Loading branch information
mimecine committed Oct 18, 2011
1 parent 1b20697 commit 9c1ee9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenVBX/views/install/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
</label>

<label for="iTropoPassword">Tropo Password
<input id="iTropoPassword" class="medium" type="password" name="tropo_password" value="<?php echo htmlspecialchars($tropo_passwod)?>" />
<input id="iTropoPassword" class="medium" type="password" name="tropo_password" value="<?php echo htmlspecialchars($tropo_password)?>" />
</label>

<label for="iPhonoApiKey">Phono API Key
Expand Down

0 comments on commit 9c1ee9f

Please sign in to comment.