diff --git a/README.md b/README.md index 3d3d1bb..d20ac44 100644 --- a/README.md +++ b/README.md @@ -284,7 +284,7 @@ Disable automatic tracking of Activity models. Default ```False``` ### Temporarily disabling the signals -Model syncronization is disabled during schema/data migrations runs, syncdb and fixture loading (and during django test runs). +Model synchronization is disabled during schema/data migrations runs, syncdb and fixture loading (and during django test runs). You can completely disable feed publishing via the ```STREAM_DISABLE_MODEL_TRACKING``` django setting. diff --git a/stream_django/activity.py b/stream_django/activity.py index 9499ed8..3c47901 100644 --- a/stream_django/activity.py +++ b/stream_django/activity.py @@ -36,7 +36,7 @@ class Activity(object): def activity_author_feed(self): ''' The name of the feed where the activity will be stored; this is normally - used by the manager class to determine if the activity should be stored elsewehere than + used by the manager class to determine if the activity should be stored elsewhere than settings.USER_FEED ''' pass