Fix typos
diff --git a/src/recon.erl b/src/recon.erl
index ee27296..707f55d 100644
--- a/src/recon.erl
+++ b/src/recon.erl
@@ -377,7 +377,7 @@
 %%
 %% Absolutes are values that keep changing with time, and are useful to know
 %% about as a datapoint: process count, size of the run queue, error_logger
-%% queue length in versions before OTP-21 or those thar run it explicitely,
+%% queue length in versions before OTP-21 or those thar run it explicitly,
 %% and the memory of the node (total, processes, atoms, binaries,
 %% and ets tables).
 %%
diff --git a/src/recon_alloc.erl b/src/recon_alloc.erl
index 99a3d29..529dc67 100644
--- a/src/recon_alloc.erl
+++ b/src/recon_alloc.erl
@@ -535,7 +535,7 @@
     get(recon_alloc_snapshot).
 
 %% @doc save the current snapshot taken by {@link snapshot/0} to a file.
-%% If there is no current snapshot, a snaphot of the current allocator
+%% If there is no current snapshot, a snapshot of the current allocator
 %% statistics will be written to the file.
 -spec snapshot_save(Filename) -> ok when
       Filename :: file:name().