Skip to content

Commit f24da27

Browse files
authored
typo
1 parent 085c8b4 commit f24da27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cSploit/src/main/java/org/csploit/android/net/Endpoint.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public Endpoint(InetAddress address, byte[] hardware){
6262
mAddress = address;
6363
mHardware = Arrays.copyOf(hardware, hardware.length);
6464
}
65-
catch(Exeption e){
65+
catch(Exception e){
6666
System.errorLogging(e);
6767
mAddress = null;
6868
}

0 commit comments

Comments
 (0)