summaryrefslogtreecommitdiff
path: root/platform/indexing-api/src/com/intellij/psi/search/PsiSearchHelper.java
diff options
context:
space:
mode:
Diffstat (limited to 'platform/indexing-api/src/com/intellij/psi/search/PsiSearchHelper.java')
-rw-r--r--platform/indexing-api/src/com/intellij/psi/search/PsiSearchHelper.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/indexing-api/src/com/intellij/psi/search/PsiSearchHelper.java b/platform/indexing-api/src/com/intellij/psi/search/PsiSearchHelper.java
index cc283d0bb2b7..bef3d0350563 100644
--- a/platform/indexing-api/src/com/intellij/psi/search/PsiSearchHelper.java
+++ b/platform/indexing-api/src/com/intellij/psi/search/PsiSearchHelper.java
@@ -86,7 +86,7 @@ public interface PsiSearchHelper {
@NotNull GlobalSearchScope searchScope);
/**
- * Passes all occurrences of the specified full-qualified class name in plain text context in the
+ * Passes all occurrences of the specified fully qualified class name in plain text context in the
* use scope of the specified element to the specified processor.
*
* @param originalElement the element whose use scope is used to restrict the search scope,
@@ -126,7 +126,7 @@ public interface PsiSearchHelper {
final boolean caseSensitively);
/**
- * Passes all files containing the specified word in {@link UsageSearchContext#IN_PLAIN_TEXT code}
+ * Passes all files containing the specified word in {@link UsageSearchContext#IN_PLAIN_TEXT plain text}
* context to the specified processor.
*
* @param word the word to search.
@@ -189,7 +189,7 @@ public interface PsiSearchHelper {
@NotNull
SearchCostResult isCheapEnoughToSearch(@NotNull String name,
@NotNull GlobalSearchScope scope,
- @Nullable PsiFile fileToIgnoreOccurencesIn,
+ @Nullable PsiFile fileToIgnoreOccurrencesIn,
@Nullable ProgressIndicator progress);
enum SearchCostResult {