Skip to content

Commit 4363d3c

Browse files
committed
Fix spelling
1 parent b8a7705 commit 4363d3c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

html/nfsen.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?php
22
/*
3-
*
43
* Copyright (c) 2022 Peter Haag
54
* Copyright (c) 2004, SWITCH - Teleinformatikdienste fuer Lehre und Forschung
65
* All rights reserved.
@@ -41,7 +40,7 @@
4140
session_destroy();
4241
session_start();
4342
$_SESSION['version'] = $expected_version;
44-
print "<h1>Frontend - Backend version missmatch!</h1>\n";
43+
print "<h1>Frontend - Backend version mismatch!</h1>\n";
4544
}
4645

4746
include ("conf.php");

libexec/NfProfile.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1247,7 +1247,7 @@ sub DoRebuild {
12471247

12481248
} else {
12491249
if ( $$profileinfo{'name'} ne $profile ) {
1250-
syslog("warning", "Profile name missmatch - Set '$$profileinfo{'name'}' to '$profile'");
1250+
syslog("warning", "Profile name mismatch - Set '$$profileinfo{'name'}' to '$profile'");
12511251
$$profileinfo{'name'} = $profile;
12521252
$$profileinfo{'group'} = $profilegroup;
12531253
}

0 commit comments

Comments
 (0)