Modify AddCredential API to prevent invalid CredID generation
[platform/upstream/iotivity.git] / scons_script_how_to.txt
index 832cc76..1b9e7f3 100644 (file)
@@ -244,7 +244,7 @@ Below is an example:
        # Update the new environment, usually include add header file paths,
        # library path, libs to link and other compiler flags. This part is
        # optional.
-       new_env.AppeneUnique(xxx = [ .... ])
+       new_env.AppendUnique(xxx = [ .... ])
 
        # Specify the target(application, library, object or others) to build
        ts = new_env.Program('progam_name', [source_list])