diff options
Diffstat (limited to 'src/base64.c')
-rw-r--r-- | src/base64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base64.c b/src/base64.c index caf4141db..682cb9130 100644 --- a/src/base64.c +++ b/src/base64.c @@ -34,7 +34,7 @@ #include "base64.h" -/* The official name of this program (e.g., no `g' prefix). */ +/* The official name of this program (e.g., no 'g' prefix). */ #define PROGRAM_NAME "base64" #define AUTHORS proper_name ("Simon Josefsson") |