diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2022-02-14 12:53:48 -0500 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2022-02-14 12:53:48 -0500 | 
| commit | 1373ad765a999bd1cc3c467b6e15e974b1d4a65d (patch) | |
| tree | 56b650002052fb0515609970893ba885b1aa97eb /pathd/path_errors.c | |
| parent | 1461559c24b7c0c81c9c7fe7f21d806a9319e4d7 (diff) | |
pathd: Fix spelling mistakes
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'pathd/path_errors.c')
| -rw-r--r-- | pathd/path_errors.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/pathd/path_errors.c b/pathd/path_errors.c index 112a3d5ee9..68372c29b6 100644 --- a/pathd/path_errors.c +++ b/pathd/path_errors.c @@ -81,7 +81,7 @@ static struct log_ref ferr_path_warn[] = {  	{  		.code = EC_PATH_PCEP_UNSUPPORTED_PCEP_FEATURE,  		.title = "Unsupported PCEP feature", -		.description = "Receved an unsupported PCEP message", +		.description = "Received an unsupported PCEP message",  		.suggestion = "The PCC and PCE are probably not compatible. Open an Issue with all relevant log files"  	},  	{  | 
