Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo of "publically" #3636

Merged
merged 3 commits into from
Mar 17, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/INT/Privacy-Policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Outercurve may use non-personal data that is aggregated for reporting about the
### Information Sharing
Outercurve does not sell, rent, or lease any individual's personal information or lists of email addresses to anyone for marketing purposes, and we take commercially reasonable steps to maintain the security of this information. However, Outercurve reserves the right to supply any such information to any organization into which Outercurve may merge in the future or to which it may make any transfer in order to enable a third party to continue part or all of the Council's mission. We also reserve the right to release personal information to protect our systems or business, when we reasonably believe you to be in violation of our Terms of Use or if we reasonably believe you to have initiated or participated in any illegal activity. In addition, please be aware that in certain circumstances, Outercurve may be obligated to release your personal information pursuant to judicial or other government subpoenas, warrants, or other orders.

In keeping with our open process, Outercurve may maintain publicly accessible archives for Web site activities. For example, submitting the report abuse form may result in your description of the abuse becoming part of the publically accessible archives. In all such cases, we will ensure to the greatest degree possible, that personal information is protected.
In keeping with our open process, Outercurve may maintain publicly accessible archives for Web site activities. For example, submitting the report abuse form may result in your description of the abuse becoming part of the publicly accessible archives. In all such cases, we will ensure to the greatest degree possible, that personal information is protected.

Please remember that any information (including personal information) that you disclose in public areas of the Web site, such as NuGet package uploads, discussions, and social networking features, becomes public information that others may collect, circulate, and use. Because we cannot and do not control the acts of others, you should exercise caution when deciding to disclose information about yourself or others in public forums such as these.

Expand All @@ -56,4 +56,4 @@ Outercurve makes every effort to protect personal information by users of the We
From time to time Outercurve may email you electronic newsletters, announcements, surveys or other information. If you prefer not to receive any or all of these communications, you may opt out by following the directions provided within the electronic newsletters and announcements.

### Contacting Us
Questions about this Privacy Statement can be directed to info@nuget.org.
Questions about this Privacy Statement can be directed to info@nuget.org.
4 changes: 2 additions & 2 deletions src/NuGetGallery/App_Data/Files/Content/Privacy-Policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The .NET Foundation may use non-personal data that is aggregated for reporting a
### Information Sharing
The .NET Foundation does not sell, rent, or lease any individual's personal information or lists of email addresses to anyone for marketing purposes, and we take commercially reasonable steps to maintain the security of this information. However, the .NET Foundation reserves the right to supply any such information to any organization into which the .NET Foundation may merge in the future or to which it may make any transfer in order to enable a third party to continue part or all of the Council's mission. We also reserve the right to release personal information to protect our systems or business, when we reasonably believe you to be in violation of our Terms of Use or if we reasonably believe you to have initiated or participated in any illegal activity. In addition, please be aware that in certain circumstances, the .NET Foundation may be obligated to release your personal information pursuant to judicial or other government subpoenas, warrants, or other orders.

In keeping with our open process, the .NET Foundation may maintain publicly accessible archives for Web site activities. For example, submitting the report abuse form may result in your description of the abuse becoming part of the publically accessible archives. In all such cases, we will ensure to the greatest degree possible, that personal information is protected.
In keeping with our open process, the .NET Foundation may maintain publicly accessible archives for Web site activities. For example, submitting the report abuse form may result in your description of the abuse becoming part of the publicly accessible archives. In all such cases, we will ensure to the greatest degree possible, that personal information is protected.

Please remember that any information (including personal information) that you disclose in public areas of the Web site, such as NuGet package uploads, discussions, and social networking features, becomes public information that others may collect, circulate, and use. Because we cannot and do not control the acts of others, you should exercise caution when deciding to disclose information about yourself or others in public forums such as these.

Expand All @@ -56,4 +56,4 @@ The .NET Foundation makes every effort to protect personal information by users
From time to time the .NET Foundation may email you electronic newsletters, announcements, surveys or other information. If you prefer not to receive any or all of these communications, you may opt out by following the directions provided within the electronic newsletters and announcements.

### Contacting Us
Questions about this Privacy Statement can be directed to info@nuget.org.
Questions about this Privacy Statement can be directed to info@nuget.org.
4 changes: 2 additions & 2 deletions src/NuGetGallery/ViewModels/ReportPackageReason.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public enum ReportPackageReason
[Description("The package contains private/confidential data")]
ContainsPrivateAndConfidentialData,

[Description("The package was not intended to be published publically on nuget.org")]
[Description("The package was not intended to be published publicly on nuget.org")]
ReleasedInPublicByAccident,
}
}
}