diff options
author | Hans Bolinder <[email protected]> | 2018-03-20 10:21:59 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2018-03-20 10:21:59 +0100 |
commit | afef67efa388512ff5c3023bb9f3401bb7e7885b (patch) | |
tree | 31fd00cef1e89cdb57ec40e8f556b0d74c7f5516 /lib/kernel | |
parent | 4022b9bf64bda0c9dcff5b0ea7423fd64d491506 (diff) | |
parent | 833819e3dbede01cc44ac7a2f4ba1649f014f09e (diff) | |
download | otp-afef67efa388512ff5c3023bb9f3401bb7e7885b.tar.gz otp-afef67efa388512ff5c3023bb9f3401bb7e7885b.tar.bz2 otp-afef67efa388512ff5c3023bb9f3401bb7e7885b.zip |
Merge pull request #1748 from fenollp/more-typos
More typos
Diffstat (limited to 'lib/kernel')
-rw-r--r-- | lib/kernel/src/disk_log_1.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kernel/src/disk_log_1.erl b/lib/kernel/src/disk_log_1.erl index 93856aa7b3..b456b53d20 100644 --- a/lib/kernel/src/disk_log_1.erl +++ b/lib/kernel/src/disk_log_1.erl @@ -630,7 +630,7 @@ is_head(Bin) when is_binary(Bin) -> %% Writes MaxB bytes on each file. %% Creates a file called Name.idx in the Dir. This %% file contains the last written FileName as one byte, and -%% follwing that, the sizes of each file (size 0 number of items). +%% following that, the sizes of each file (size 0 number of items). %% On startup, this file is read, and the next available %% filename is used as first log file. %% Reports can be browsed with Report Browser Tool (rb), or |