Project

General

Profile

« Previous | Next » 

Revision 4864d7f6

Added by Josh Soref over 2 years ago

Spelling fixes. Fix #13357

Bugs:
  • Incorrect input validation for `dhcp6c` `keyinfo expire` `forever` keyword in `interfaces.inc`.
  • Incorrect input validation for associated rule's `Source Port` in `firewall_rules_edit.php`.
  • Incorrect `voucher*.` file lock reference in `status_captiveportal_voucher_rolls.php`.
  • Incorrect separator variable reference in `firewall_rules.php`.
  • Invalid CSS property in `Compact-RED.css`.

View differences:

src/etc/phpshellsessions/cryptconfig
99 99

  
100 100
if ($action == 'decrypt') {
101 101
	if (!tagfile_deformat($data, $data, "config.xml")) {
102
		echo gettext("The input file does not appear to contain an ecnrypted config.xml.") . "\n";
102
		echo gettext("The input file does not appear to contain an encrypted config.xml.") . "\n";
103 103
		exit(-1);
104 104
	} else {
105 105
		echo gettext("Decrypting data...");

Also available in: Unified diff