Added SILC Thread Queue API
[silc.git] / lib / silcutil / silcenv.h
index 925caa3d5dcc44f7f98b17d6c084c0062ad2c538..f8474c6c4e562c41538f0467c48a2995910ce03b 100644 (file)
@@ -41,7 +41,7 @@
  *    Sets the environment variable named `variable' with value `value'
  *    to the environment.  If the `variable' already exists in the
  *    environment its value is changed to `value'.  Returns FALSE if the
- *    value could not be set or if environment variable are not supported.
+ *    value could not be set or if environment variables are not supported.
  *
  ***/
 SilcBool silc_setenv(const char *variable, const char *value);