diff options
author | Pierre Fenoll <[email protected]> | 2018-03-16 09:23:57 +0100 |
---|---|---|
committer | Pierre Fenoll <[email protected]> | 2018-03-16 09:23:57 +0100 |
commit | 33d689571257102a64eb242805fd49efda32d8d5 (patch) | |
tree | dc81b095ac395e5917996a10cd5c8b4b2b8b45b5 /lib/kernel | |
parent | 845dd68493a91decc32d50cc785e6afaf9dfb6c3 (diff) | |
download | otp-33d689571257102a64eb242805fd49efda32d8d5.tar.gz otp-33d689571257102a64eb242805fd49efda32d8d5.tar.bz2 otp-33d689571257102a64eb242805fd49efda32d8d5.zip |
more-typos: s%follwing%following%g
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 |