Fix some spelling mistakes
This commit is contained in:
parent
93f0c6e4a3
commit
fdc3877e4f
@ -2103,7 +2103,7 @@ namespace EduNetworkBuilder
|
||||
//Change this. Need a new ProcessArrival
|
||||
if (tPacket.MyType != PacketType.dhcp_answer) //If it is a match, it should be handled elsewhere
|
||||
ProcessArrival(tPacket);
|
||||
if (ExactMatch && tPacket.isFinshed())
|
||||
if (ExactMatch && tPacket.isFinished())
|
||||
return;
|
||||
}
|
||||
|
||||
@ -2150,7 +2150,7 @@ namespace EduNetworkBuilder
|
||||
|
||||
}
|
||||
|
||||
if (tPacket.isFinshed() && !BroadcastMatch) return;
|
||||
if (tPacket.isFinished() && !BroadcastMatch) return;
|
||||
|
||||
NetworkCard dNic = null;
|
||||
NetworkCard sNic = null;
|
||||
|
@ -489,7 +489,7 @@ namespace EduNetworkBuilder
|
||||
return false;
|
||||
}
|
||||
|
||||
public bool isFinshed()
|
||||
public bool isFinished()
|
||||
{
|
||||
if (_MyStatus == PacketStatus.finished_ok) return true;
|
||||
if (_MyStatus == PacketStatus.finished_failed) return true;
|
||||
|
@ -1102,6 +1102,6 @@ Ce puzzle a un interrupteur que vous avez été bloqué. Réinitialisez-le (clic
|
||||
Color="Blue">Default</VLANName>
|
||||
<VLANName
|
||||
ID="2"
|
||||
Color="Blue">Sttaff</VLANName>
|
||||
Color="Blue">Staff</VLANName>
|
||||
</Network>
|
||||
</EduNetworkBuilder>
|
@ -3,7 +3,7 @@
|
||||
<!--This is a network file for EduNetworkBuilder.-->
|
||||
<Network>
|
||||
<en_message>Switch Ports can have three states:
|
||||
Unagged
|
||||
UnTagged
|
||||
Tagged
|
||||
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.
|
||||
@ -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>
|
||||
<VLANName
|
||||
ID="2"
|
||||
Color="Blue">Sttaff</VLANName>
|
||||
Color="Blue">Staff</VLANName>
|
||||
</Network>
|
||||
</EduNetworkBuilder>
|
@ -2,7 +2,7 @@
|
||||
<EduNetworkBuilder>
|
||||
<!--This is a network file for EduNetworkBuilder.-->
|
||||
<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>
|
||||
<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>
|
||||
|
@ -1204,6 +1204,6 @@
|
||||
Color="Blue">Default</VLANName>
|
||||
<VLANName
|
||||
ID="2"
|
||||
Color="Blue">Sttaff</VLANName>
|
||||
Color="Blue">Staff</VLANName>
|
||||
</Network>
|
||||
</EduNetworkBuilder>
|
@ -1214,6 +1214,6 @@ Pour que cela fonctionne, nous avons besoin de deux VLAN différents sur le seul
|
||||
Color="Blue">Default</VLANName>
|
||||
<VLANName
|
||||
ID="2"
|
||||
Color="Blue">Sttaff</VLANName>
|
||||
Color="Blue">Staff</VLANName>
|
||||
</Network>
|
||||
</EduNetworkBuilder>
|
@ -1121,6 +1121,6 @@ Faites un ping sur un certain nombre d'ordinateurs et faites des pings de diffus
|
||||
Color="Blue">Default</VLANName>
|
||||
<VLANName
|
||||
ID="2"
|
||||
Color="Blue">Sttaff</VLANName>
|
||||
Color="Blue">Staff</VLANName>
|
||||
</Network>
|
||||
</EduNetworkBuilder>
|
Loading…
Reference in New Issue
Block a user