Fix some spelling mistakes

This commit is contained in:
Tim Young 2019-05-15 14:38:07 -05:00
parent 93f0c6e4a3
commit fdc3877e4f
8 changed files with 10 additions and 10 deletions

View File

@ -2103,7 +2103,7 @@ namespace EduNetworkBuilder
//Change this. Need a new ProcessArrival //Change this. Need a new ProcessArrival
if (tPacket.MyType != PacketType.dhcp_answer) //If it is a match, it should be handled elsewhere if (tPacket.MyType != PacketType.dhcp_answer) //If it is a match, it should be handled elsewhere
ProcessArrival(tPacket); ProcessArrival(tPacket);
if (ExactMatch && tPacket.isFinshed()) if (ExactMatch && tPacket.isFinished())
return; return;
} }
@ -2150,7 +2150,7 @@ namespace EduNetworkBuilder
} }
if (tPacket.isFinshed() && !BroadcastMatch) return; if (tPacket.isFinished() && !BroadcastMatch) return;
NetworkCard dNic = null; NetworkCard dNic = null;
NetworkCard sNic = null; NetworkCard sNic = null;

View File

@ -489,7 +489,7 @@ namespace EduNetworkBuilder
return false; return false;
} }
public bool isFinshed() public bool isFinished()
{ {
if (_MyStatus == PacketStatus.finished_ok) return true; if (_MyStatus == PacketStatus.finished_ok) return true;
if (_MyStatus == PacketStatus.finished_failed) return true; if (_MyStatus == PacketStatus.finished_failed) return true;

View File

@ -1102,6 +1102,6 @@ Ce puzzle a un interrupteur que vous avez été bloqué. Réinitialisez-le (clic
Color="Blue">Default</VLANName> Color="Blue">Default</VLANName>
<VLANName <VLANName
ID="2" ID="2"
Color="Blue">Sttaff</VLANName> Color="Blue">Staff</VLANName>
</Network> </Network>
</EduNetworkBuilder> </EduNetworkBuilder>

View File

@ -3,7 +3,7 @@
<!--This is a network file for EduNetworkBuilder.--> <!--This is a network file for EduNetworkBuilder.-->
<Network> <Network>
<en_message>Switch Ports can have three states: <en_message>Switch Ports can have three states:
Unagged UnTagged
Tagged Tagged
Forbidden Forbidden
When you are connecting switch-to-switch, they should be "Tagged." This makes a "Trunk", or a backbone link that can pass any VLAN. This allows packets to go to all the switches, and let the switches determine what devices they can go to from there. When you are connecting switch-to-switch, they should be "Tagged." This makes a "Trunk", or a backbone link that can pass any VLAN. This allows packets to go to all the switches, and let the switches determine what devices they can go to from there.
@ -1124,6 +1124,6 @@ Pour compléter ce puzzle, vérifiez les deux commutateurs. L'un d'eux n'a pas l
Color="Blue">Default</VLANName> Color="Blue">Default</VLANName>
<VLANName <VLANName
ID="2" ID="2"
Color="Blue">Sttaff</VLANName> Color="Blue">Staff</VLANName>
</Network> </Network>
</EduNetworkBuilder> </EduNetworkBuilder>

View File

@ -2,7 +2,7 @@
<EduNetworkBuilder> <EduNetworkBuilder>
<!--This is a network file for EduNetworkBuilder.--> <!--This is a network file for EduNetworkBuilder.-->
<Network> <Network>
<en_message>A staff memner brought in a laptop and they have problems. As always, they want you to fix it. <en_message>A staff member brought in a laptop and they have problems. As always, they want you to fix it.
Some vlan issues are a lot simpler than they originally look.</en_message> Some vlan issues are a lot simpler than they originally look.</en_message>
<fr_message>Un membre du personnel a apporté un ordinateur portable et ils ont des problèmes. Comme toujours, ils veulent que vous le répariez. <fr_message>Un membre du personnel a apporté un ordinateur portable et ils ont des problèmes. Comme toujours, ils veulent que vous le répariez.
Certains problèmes de vlan sont beaucoup plus simples qu'ils ne le paraissent à l'origine.</fr_message> Certains problèmes de vlan sont beaucoup plus simples qu'ils ne le paraissent à l'origine.</fr_message>

View File

@ -1204,6 +1204,6 @@
Color="Blue">Default</VLANName> Color="Blue">Default</VLANName>
<VLANName <VLANName
ID="2" ID="2"
Color="Blue">Sttaff</VLANName> Color="Blue">Staff</VLANName>
</Network> </Network>
</EduNetworkBuilder> </EduNetworkBuilder>

View File

@ -1214,6 +1214,6 @@ Pour que cela fonctionne, nous avons besoin de deux VLAN différents sur le seul
Color="Blue">Default</VLANName> Color="Blue">Default</VLANName>
<VLANName <VLANName
ID="2" ID="2"
Color="Blue">Sttaff</VLANName> Color="Blue">Staff</VLANName>
</Network> </Network>
</EduNetworkBuilder> </EduNetworkBuilder>

View File

@ -1121,6 +1121,6 @@ Faites un ping sur un certain nombre d'ordinateurs et faites des pings de diffus
Color="Blue">Default</VLANName> Color="Blue">Default</VLANName>
<VLANName <VLANName
ID="2" ID="2"
Color="Blue">Sttaff</VLANName> Color="Blue">Staff</VLANName>
</Network> </Network>
</EduNetworkBuilder> </EduNetworkBuilder>