We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 085c8b4 commit f24da27Copy full SHA for f24da27
1 file changed
cSploit/src/main/java/org/csploit/android/net/Endpoint.java
@@ -62,7 +62,7 @@ public Endpoint(InetAddress address, byte[] hardware){
62
mAddress = address;
63
mHardware = Arrays.copyOf(hardware, hardware.length);
64
}
65
- catch(Exeption e){
+ catch(Exception e){
66
System.errorLogging(e);
67
mAddress = null;
68
0 commit comments