diff --git a/configs/sa.cfg b/configs/sa.cfg index 04fa653f..a1e58f37 100644 --- a/configs/sa.cfg +++ b/configs/sa.cfg @@ -24,7 +24,7 @@ allow_mutable 1 # as a hexadecimal number with the "HEX:" prefix or as a # Base64 encoded string with the "B64:" prefix. If no # prefix is included, ASCII is assumed. Key values should -# be randomally generated if possible. Ciphers (AES) +# be randomly generated if possible. Ciphers (AES) # require the key length to match the cipher length # (ie AES-128 requires key of 128 bits or 16 bytes). # diff --git a/util.c b/util.c index 34c04d6b..e5813928 100644 --- a/util.c +++ b/util.c @@ -240,7 +240,7 @@ clockid_t posix_clock_open(const char *device, int *phc_index) return CLOCK_REALTIME; } - /* if the device name resolves so a plausible filesystem path, we + /* if the device name resolves to a plausible filesystem path, we * assume it is the path to a PHC char device, and treat it as such */ if (realpath(device, phc_device_path)) {