tmerr / i3ipc-rs

A Rust library for controlling i3-wm through its IPC interface
MIT License
106 stars 33 forks source link

Fix inaccurate error message #27

Closed mosbasik closed 6 years ago

mosbasik commented 6 years ago

This corrects a small typo in the error message shown if asking i3 for its socket path fails. This is my first pull request; I hope I did everything right.

Got excited that maybe the error message I was seeing in my project wasn't my fault. Nope! your code was fine; only your error message wasn't. Time for me to go back to debugging.

tmerr commented 6 years ago

Thanks!