nikolassv / bartib

A simple timetracker for the command line. It saves a log of all tracked activities as a plaintext file and allows you to create flexible reports.
GNU General Public License v3.0
636 stars 34 forks source link

issue-18: fix some typos #20

Closed meinbaumm closed 1 year ago

meinbaumm commented 1 year ago

Issue 18

Minor typos were corrected in this PR. These changes do not affect the logic of bartib. The changes have been tested through cargo build, cargo test. I also used cargo fmt, so some parts of the code are formatted slightly differently than they were before. I hope that these changes will be useful.

nikolassv commented 1 year ago

Thank you very much! This is really an improvement.