Skip to content

Commit 9c85071

Browse files
committed
fix typo
1 parent 1f0eabd commit 9c85071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qbinary/disassembler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def find_in_dir(d: Path) -> str:
165165

166166
# Search if IDA_PATH environment variable provided
167167
if "IDA_PATH" in os.environ:
168-
return Path(os.environ["IDA_PATH"]).asbolute().as_posix()
168+
return Path(os.environ["IDA_PATH"]).absolute().as_posix()
169169

170170
# Other search PATH (linux only)
171171
elif "PATH" in os.environ:

0 commit comments

Comments
 (0)